Skip to content

Commit

Permalink
bundling some dependencies; added npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpinero committed Feb 17, 2018
1 parent 6da58db commit bab2bbc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -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
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
}

0 comments on commit bab2bbc

Please sign in to comment.