Skip to content

Commit 9bce5b3

Browse files
jamestalmagemarcbachmann
authored andcommitted
Add files entry to package.json. (#26)
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
1 parent 134826c commit 9bce5b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"node": ">=0.10.0"
2525
},
2626
"main": "./jsonpointer",
27+
"files": [
28+
"jsonpointer.js"
29+
],
2730
"scripts": {
2831
"test": "standard && node test.js"
2932
},

0 commit comments

Comments
 (0)