Skip to content

Commit

Permalink
Add "files"-property to package.json (reduce size)
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Mar 24, 2017
1 parent 9b2c076 commit 52e9ca7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"thought": "bin/thought.js"
},
"preferGlobal": true,
"files": [
"index.js",
"customize.js",
"lib",
"handlebars",
"bin"
],
"license": "MIT",
"scripts": {
"lint": "eslint --fix .",
Expand Down Expand Up @@ -48,7 +55,6 @@
"lodash.map": "^4.6.0",
"m-io": "^0.5.0",
"popsicle": "^9.1.0",
"request-promise": "^4.1.1",
"semver": "^5.0.0",
"simple-git": "^1.43.0",
"trace-and-clarify-if-possible": "^1.0.0"
Expand Down

0 comments on commit 52e9ca7

Please sign in to comment.