Skip to content

Commit

Permalink
bump node-gyp to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed May 15, 2024
1 parent 1609684 commit a391080
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 @@ -52,18 +52,18 @@
"devDependencies": {
"eslint": "8.56.0",
"mocha": "10.2.0",
"prebuild": "12.1.0"
"prebuild": "^13.0.0"
},
"peerDependencies": {
"node-gyp": "8.x"
"node-gyp": "^10"
},
"peerDependenciesMeta": {
"node-gyp": {
"optional": true
}
},
"optionalDependencies": {
"node-gyp": "8.x"
"node-gyp": "^10"
},
"scripts": {
"install": "prebuild-install -r napi || node-gyp rebuild",
Expand Down

0 comments on commit a391080

Please sign in to comment.