Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit c9f53aa

Browse files
authored
add prebuild support for electron 9 (#61)
1 parent c3b3cd8 commit c9f53aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"install": "prebuild-install || node-gyp rebuild",
1010
"prebuild-node": "prebuild -t 8.9.0 -t 9.4.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 -t 14.0.0 --strip",
1111
"prebuild-node-ia32": "prebuild -t 8.9.0 -t 9.4.0 -a ia32 --strip",
12-
"prebuild-electron": "prebuild -t 4.0.4 -t 5.0.0 -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0-beta.2 -r electron --strip",
13-
"prebuild-electron-ia32": "prebuild -t 4.0.4 -t 5.0.0 -t 6.0.0 -t 7.0.0 -t 8.0.0 -r electron -a ia32 --strip",
12+
"prebuild-electron": "prebuild -t 4.0.4 -t 5.0.0 -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0 -r electron --strip",
13+
"prebuild-electron-ia32": "prebuild -t 4.0.4 -t 5.0.0 -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0 -r electron -a ia32 --strip",
1414
"upload": "node ./script/upload.js",
1515
"postpublish": "git push --follow-tags"
1616
},
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"mocha": "^7.0.0",
37-
"node-abi": "^2.10.0",
37+
"node-abi": "^2.17.0",
3838
"node-gyp": "^6.0.0",
3939
"prebuild": "^10.0.0",
4040
"standard": "^14.0.2",

0 commit comments

Comments
 (0)