diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..71acb28 --- /dev/null +++ b/.npmignore @@ -0,0 +1,8 @@ +# ignore all documentation related stuff for the npm package +docs +docs.js +source/html +source/includes +source/scss/tyfy-bootstrap-docs.scss +dist/fonts +dist/script diff --git a/package.json b/package.json index 43e1944..03f81a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tyfy-bootstrap", - "version": "0.1.2", + "version": "0.1.3", "description": "A Tyfy-based theme for Bootstrap 4", "main": "docs/index.html", "scripts": { @@ -25,10 +25,12 @@ "postcss-cli": "^4.1.1", "templatesjs": "^2.0.0" }, - "dependencies": { + "bundledDependencies": { "bootstrap": "^4.0.0", - "install": "^0.10.2", - "npm": "^5.6.0", "tyfy": "^1.2.0" + }, + "dependencies": { + "install": "^0.10.2", + "npm": "^5.6.0" } }