Skip to content

Commit

Permalink
add prebuild targets for Electron 6 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey authored Jul 30, 2019
1 parent 892683e commit d5c72fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"check-prettier": "prettier --list-different lib/*.ts test/*.ts",
"prebuild-node": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 --strip",
"prebuild-node-ia32": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 -a ia32 --strip",
"prebuild-electron": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -r electron --strip",
"prebuild-electron-ia32": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -r electron -a ia32 --strip",
"prebuild-electron": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -t 6.0.0 -r electron --strip",
"prebuild-electron-ia32": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -t 6.0.0 -r electron -a ia32 --strip",
"upload": "node ./script/upload.js"
},
"repository": {
Expand All @@ -37,7 +37,7 @@
"@types/node": "^12.0.0",
"benchmark": "^2.1.4",
"jest": "^24.0.0",
"node-abi": "^2.8.0",
"node-abi": "2.10.0",
"prebuild": "^9.0.0",
"prettier": "^1.14.2",
"ts-node": "^8.0.1",
Expand All @@ -46,5 +46,8 @@
"dependencies": {
"nan": "^2.10.0",
"prebuild-install": "^5.2.4"
},
"resolutions": {
"**/node-abi": "2.10.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2830,10 +2830,10 @@ nice-try@^1.0.4:
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==

node-abi@^2.2.0, node-abi@^2.7.0, node-abi@^2.8.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.9.0.tgz#ae4075b298dab2d92dd1e22c48ccc7ffd7f06200"
integrity sha512-jmEOvv0eanWjhX8dX1pmjb7oJl1U1oR4FOh0b2GnvALwSYoOdU7sj+kLDSAyjo4pfC9aj/IxkloxdLJQhSSQBA==
node-abi@2.10.0, node-abi@^2.2.0, node-abi@^2.7.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.10.0.tgz#894bc6625ee042627ed9b5e9270d80bb63ef5045"
integrity sha512-OT0WepUvYHXdki6DU8LWhEkuo3M44i2paWBYtH9qXtPb9YiKlYEKa5WUII20XEcOv7UJPzfB0kZfPZdW46zdkw==
dependencies:
semver "^5.4.1"

Expand Down

0 comments on commit d5c72fb

Please sign in to comment.