Skip to content

Commit

Permalink
Re add node-gyp-build as a true dependency
Browse files Browse the repository at this point in the history
...since it's called when the package is installed
  • Loading branch information
lutangar committed Dec 2, 2021
1 parent 696d272 commit dc06dbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"64",
"napi"
],
"version": "4.0.0",
"version": "4.0.2",
"license": "MIT",
"author": "Anna Henningsen <anna@addaleax.net>",
"repository": {
Expand All @@ -37,7 +37,8 @@
"prepack": "npm run prebuild && ([ $(ls prebuilds | wc -l) = '5' ] || (echo 'Some prebuilds are missing'; exit 1))"
},
"dependencies": {
"debug": "^4.3.1"
"debug": "^4.3.1",
"node-gyp-build": "^4.2.1"
},
"devDependencies": {
"dox": "0.9.0",
Expand All @@ -46,7 +47,6 @@
"marked": "^1.0.0",
"mocha": "^8.4.0",
"node-addon-api": "^3.0.0",
"node-gyp-build": "^4.2.1",
"nyc": "^15.0.0",
"prebuildify": "^4.1.2",
"prebuildify-ci": "^1.0.5",
Expand Down

0 comments on commit dc06dbf

Please sign in to comment.