Skip to content

Commit

Permalink
packaging: list files to be published to npm
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node-addon-api#889
Reviewed-By: Michael Dawson <midawson@redhat.com>
  • Loading branch information
wroy7860 committed Feb 12, 2021
1 parent 3a41c0e commit 107b07e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .npmignore

This file was deleted.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,11 @@
"type": "git",
"url": "git://github.com/nodejs/node-addon-api.git"
},
"files": [
"*.{c,h,gyp,gypi}",
"package-support.json",
"tools/"
],
"scripts": {
"prebenchmark": "node-gyp rebuild -C benchmark",
"benchmark": "node benchmark",
Expand Down

0 comments on commit 107b07e

Please sign in to comment.