Skip to content

Commit

Permalink
Add files entry to package.json. (#26)
Browse files Browse the repository at this point in the history
Removes unnecessary files from the deployed package.

Deploying unnecessary files impacts the performance of `npm install` for everyone.

See: https://github.com/insin/package-config-checker
  • Loading branch information
jamestalmage authored and marcbachmann committed Dec 21, 2016
1 parent 134826c commit 9bce5b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"node": ">=0.10.0"
},
"main": "./jsonpointer",
"files": [
"jsonpointer.js"
],
"scripts": {
"test": "standard && node test.js"
},
Expand Down

0 comments on commit 9bce5b3

Please sign in to comment.