Skip to content

Commit 325822b

Browse files
committed
test node-gyp 10.2.0
1 parent 9b17341 commit 325822b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"private": true,
55
"main": "index.js",
66
"scripts": {
7-
"postinstall": "node ./scripts/patch.js",
87
"build-emscripten:win": "build.bat",
98
"build-emscripten-threads:win": "build.bat -Dwasm_threads=1",
109
"build-wasi:win": "build-wasi.bat",
@@ -20,12 +19,12 @@
2019
"start": "node ./main.js"
2120
},
2221
"dependencies": {
23-
"@emnapi/core": "1.1.0",
24-
"@emnapi/runtime": "1.1.0",
25-
"emnapi": "1.1.0",
22+
"@emnapi/core": "1.3.0",
23+
"@emnapi/runtime": "1.3.0",
24+
"emnapi": "1.3.0",
2625
"node-addon-api": "*"
2726
},
2827
"devDependencies": {
29-
"node-gyp": "10.0.1"
28+
"node-gyp": "10.2.0"
3029
}
3130
}

0 commit comments

Comments
 (0)