whitelist npm published files (#236)

- reduces files published to npm and downloaded with every install
master
Austin Burdine 2017-11-11 10:48:49 -05:00 committed by Matt Hamann
parent c1e15681db
commit 6c5ba64db6
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
"coveralls": "cat coverage/lcov.info | coveralls",
"lint": "eslint ."
},
"files": ["lib"],
"engines": {
"node": ">= 0.4.0"
},