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 <[email protected]>
  • Loading branch information
John French committed Feb 12, 2021
1 parent a694a26 commit 43679c7
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 43679c7

Please sign in to comment.