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

Commit f1d45ef

Browse files
authored
Remove electron prebuilds in favor of runtime-agnostic prebuilds (#608)
1 parent 38ff274 commit f1d45ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test-electron": "electron test/electron.js",
1212
"coverage": "nyc report --reporter=text-lcov | coveralls",
1313
"rebuild": "node-gyp rebuild",
14-
"prebuild": "prebuildify -t 8.14.0 -t electron@3.0.0 --napi --strip",
14+
"prebuild": "prebuildify -t 8.14.0 --napi --strip",
1515
"download-prebuilds": "prebuildify-ci download",
1616
"hallmark": "hallmark --fix",
1717
"dependency-check": "dependency-check . test/*.js bench/*.js",

0 commit comments

Comments
 (0)