diff --git a/.npmignore b/.npmignore deleted file mode 100644 index feb7955cb..000000000 --- a/.npmignore +++ /dev/null @@ -1,2 +0,0 @@ -/test/ -.npmignore diff --git a/package.json b/package.json index 192c06f37..7538c84f9 100644 --- a/package.json +++ b/package.json @@ -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",