Skip to content

Commit

Permalink
build: filter files to be published
Browse files Browse the repository at this point in the history
  • Loading branch information
imyelo committed May 31, 2019
1 parent 4ceb2da commit 23dc834
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"engines": {
"node": ">=8"
},
"files": [
"bin",
"lib"
],
"scripts": {
"test": "ava",
"release": "np"
Expand Down

0 comments on commit 23dc834

Please sign in to comment.