Skip to content

Commit

Permalink
build: use package.json files instead of .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Mar 25, 2020
1 parent c2b1c17 commit cc72c88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"scripts": {
"test": "standard && node test/test.js"
},
"files": [
"*.js"
],
"author": "max ogden",
"license": "BSD-2-Clause",
"repository": "maxogden/extract-zip",
Expand Down

0 comments on commit cc72c88

Please sign in to comment.