Skip to content

Commit 0dd18f0

Browse files
ottossonshiftkey
authored andcommitted
add prebuild targets for Electron 7 (#171)
1 parent b24b29f commit 0dd18f0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"check-prettier": "prettier --list-different lib/*.ts test/*.ts",
1717
"prebuild-node": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 --strip",
1818
"prebuild-node-ia32": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 -a ia32 --strip",
19-
"prebuild-electron": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -t 6.0.0 -r electron --strip",
20-
"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",
19+
"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",
20+
"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",
2121
"upload": "node ./script/upload.js"
2222
},
2323
"repository": {
@@ -37,7 +37,7 @@
3737
"@types/node": "^12.0.0",
3838
"benchmark": "^2.1.4",
3939
"jest": "^24.0.0",
40-
"node-abi": "2.10.0",
40+
"node-abi": "2.12.0",
4141
"prebuild": "^9.0.0",
4242
"prettier": "^1.14.2",
4343
"ts-node": "^8.0.1",
@@ -48,6 +48,6 @@
4848
"prebuild-install": "^5.2.4"
4949
},
5050
"resolutions": {
51-
"**/node-abi": "2.10.0"
51+
"**/node-abi": "2.12.0"
5252
}
5353
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,10 +2830,10 @@ nice-try@^1.0.4:
28302830
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
28312831
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
28322832

2833-
node-abi@2.10.0, node-abi@^2.2.0, node-abi@^2.7.0:
2834-
version "2.10.0"
2835-
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.10.0.tgz#894bc6625ee042627ed9b5e9270d80bb63ef5045"
2836-
integrity sha512-OT0WepUvYHXdki6DU8LWhEkuo3M44i2paWBYtH9qXtPb9YiKlYEKa5WUII20XEcOv7UJPzfB0kZfPZdW46zdkw==
2833+
node-abi@2.12.0, node-abi@^2.2.0, node-abi@^2.7.0:
2834+
version "2.12.0"
2835+
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.12.0.tgz#40e9cfabdda1837863fa825e7dfa0b15686adf6f"
2836+
integrity sha512-VhPBXCIcvmo/5K8HPmnWJyyhvgKxnHTUMXR/XwGHV68+wrgkzST4UmQrY/XszSWA5dtnXpNp528zkcyJ/pzVcw==
28372837
dependencies:
28382838
semver "^5.4.1"
28392839

0 commit comments

Comments
 (0)