Skip to content

Commit

Permalink
test node-gyp 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Oct 12, 2024
1 parent 9b17341 commit 325822b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"private": true,
"main": "index.js",
"scripts": {
"postinstall": "node ./scripts/patch.js",
"build-emscripten:win": "build.bat",
"build-emscripten-threads:win": "build.bat -Dwasm_threads=1",
"build-wasi:win": "build-wasi.bat",
Expand All @@ -20,12 +19,12 @@
"start": "node ./main.js"
},
"dependencies": {
"@emnapi/core": "1.1.0",
"@emnapi/runtime": "1.1.0",
"emnapi": "1.1.0",
"@emnapi/core": "1.3.0",
"@emnapi/runtime": "1.3.0",
"emnapi": "1.3.0",
"node-addon-api": "*"
},
"devDependencies": {
"node-gyp": "10.0.1"
"node-gyp": "10.2.0"
}
}

0 comments on commit 325822b

Please sign in to comment.