Skip to content

Commit

Permalink
build: add packages files whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 5, 2017
1 parent 739dc11 commit e0aff55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Expand Up @@ -23,6 +23,13 @@
"nyc": "10.3.2",
"supertest": "1.2.0"
},
"files": [
"lib/index.js",
"CONTRIBUTING.md",
"HISTORY.md",
"LICENSE",
"README.md"
],
"engines": {
"node": ">= 0.10"
},
Expand Down

0 comments on commit e0aff55

Please sign in to comment.