Skip to content

Commit

Permalink
feat!: use package.json files to limit which files are published
Browse files Browse the repository at this point in the history
Fixes: #2372
  • Loading branch information
lukekarrys committed Oct 28, 2023
1 parent 4e493d4 commit 2e6cd13
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@
"preferGlobal": true,
"bin": "./bin/node-gyp.js",
"main": "./lib/node-gyp.js",
"files": [
"/bin/",
"!/gyp/",
"/gyp/data/",
"/gyp/pylib/",
"/gyp/gyp",
"/gyp/gyp_main.py",
"/gyp.bat",
"/gyp/gyp",
"/lib/",
"/src/",
"/addon.gypi",
"macOS_Cataline_acid_test.sh"
],
"dependencies": {
"env-paths": "^2.2.0",
"exponential-backoff": "^3.1.1",
Expand Down

0 comments on commit 2e6cd13

Please sign in to comment.