whitelist npm published files (#236)
- reduces files published to npm and downloaded with every install
This commit is contained in:
parent
c1e15681db
commit
6c5ba64db6
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
"coveralls": "cat coverage/lcov.info | coveralls",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"files": ["lib"],
|
||||
"engines": {
|
||||
"node": ">= 0.4.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue