We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ed249 commit 458d895Copy full SHA for 458d895
.npmignore
package.json
@@ -329,6 +329,11 @@
329
"type": "git",
330
"url": "git://github.com/nodejs/node-addon-api.git"
331
},
332
+ "files": [
333
+ "*.{c,h,gyp,gypi}",
334
+ "package-support.json",
335
+ "tools/"
336
+ ],
337
"scripts": {
338
"prebenchmark": "node-gyp rebuild -C benchmark",
339
"benchmark": "node benchmark",
0 commit comments