Skip to content

Commit

Permalink
fix: replace .npmignore with "files" prop (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored Apr 8, 2021
1 parent 416d4ab commit 719701b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .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 @@ -8,6 +8,9 @@
"bin": {
"ncc": "./dist/ncc/cli.js"
},
"files": [
"dist"
],
"scripts": {
"build": "node scripts/build",
"build-test-binary": "cd test/binary && node-gyp rebuild && cp build/Release/hello.node ../integration/hello.node",
Expand Down

0 comments on commit 719701b

Please sign in to comment.