Add explicit files list to package.json (#1951)

This commit is contained in:
Sehrope Sarkuni 2019-11-11 13:11:24 -05:00 committed by Brian C
parent caa6517999
commit cd66c0b261
2 changed files with 4 additions and 10 deletions

View File

@ -1,10 +0,0 @@
*~
build/
.lock-wscript
*.log
node_modules/
script/
*.swp
test/
.travis.yml
ci_scripts/

View File

@ -43,6 +43,10 @@
"scripts": {
"test": "make test-all"
},
"files": [
"lib",
"SPONSORS.md"
],
"license": "MIT",
"engines": {
"node": ">= 4.5.0"