We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1609684 commit cd5d688Copy full SHA for cd5d688
package.json
@@ -52,18 +52,18 @@
52
"devDependencies": {
53
"eslint": "8.56.0",
54
"mocha": "10.2.0",
55
- "prebuild": "12.1.0"
+ "prebuild": "13.0.0"
56
},
57
"peerDependencies": {
58
- "node-gyp": "8.x"
+ "node-gyp": "^10"
59
60
"peerDependenciesMeta": {
61
"node-gyp": {
62
"optional": true
63
}
64
65
"optionalDependencies": {
66
67
68
"scripts": {
69
"install": "prebuild-install -r napi || node-gyp rebuild",
0 commit comments