Skip to content

Commit

Permalink
update prebuild and remove node-gyp version override (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoxpert committed Oct 10, 2023
1 parent a0189f9 commit ce10309
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,11 @@
"cli-color": "^2.0.3",
"fs-extra": "^11.1.1",
"mocha": "^10.2.0",
"node-gyp": "9.4.0",
"nodemark": "^0.3.0",
"prebuild": "^11.0.4",
"prebuild": "^12.0.0",
"sqlite": "^5.0.1",
"sqlite3": "^5.1.6"
},
"overrides": {
"prebuild": {
"node-gyp": "$node-gyp"
}
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild --release",
"build-release": "node-gyp rebuild --release",
Expand Down

0 comments on commit ce10309

Please sign in to comment.