Skip to content

Commit

Permalink
add prebuild targets for Electron 7 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottosson authored and shiftkey committed Oct 24, 2019
1 parent b24b29f commit 0dd18f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
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 -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",
"prebuild-electron": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -t 6.0.0 -t 7.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 -t 7.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.10.0",
"node-abi": "2.12.0",
"prebuild": "^9.0.0",
"prettier": "^1.14.2",
"ts-node": "^8.0.1",
Expand All @@ -48,6 +48,6 @@
"prebuild-install": "^5.2.4"
},
"resolutions": {
"**/node-abi": "2.10.0"
"**/node-abi": "2.12.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
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.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==
node-abi@2.12.0, node-abi@^2.2.0, node-abi@^2.7.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.12.0.tgz#40e9cfabdda1837863fa825e7dfa0b15686adf6f"
integrity sha512-VhPBXCIcvmo/5K8HPmnWJyyhvgKxnHTUMXR/XwGHV68+wrgkzST4UmQrY/XszSWA5dtnXpNp528zkcyJ/pzVcw==
dependencies:
semver "^5.4.1"

Expand Down

0 comments on commit 0dd18f0

Please sign in to comment.