Skip to content

Commit

Permalink
Merge pull request #139 from codepunkt/npm_file_whitelist
Browse files Browse the repository at this point in the history
chore: whitelist files published to npm
  • Loading branch information
swyxio authored Apr 16, 2019
2 parents 3741e27 + b6bff79 commit 0074b4c
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 0074b4c

Please sign in to comment.