Skip to content

Commit

Permalink
chore: whitelist files published to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
codepunkt committed Apr 16, 2019
1 parent ec330bc commit b6bff79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"scripts": {
"test": "jest"
},
"files": [
"lib/*.js",
"!lib/*.spec.js",
"bin/*.js"
],
"author": "Mathias Biilmann Christensen",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit b6bff79

Please sign in to comment.