Skip to content

Commit

Permalink
Drop prebuilt binaries for old runtimes, add Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Oct 22, 2019
1 parent 15de201 commit 9ced230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"prebuild": "prebuild -r electron -t 1.8.0 -t 2.0.0 -t 3.0.0 -t 4.0.0 -t 4.0.4 -t 5.0.0 --strip && prebuild -t 8.16.0 -t 9.11.2 -t 10.12.0 --strip",
"prebuild": "prebuild -r electron -t 3.0.0 -t 4.0.0 -t 4.0.4 -t 5.0.0 --strip && prebuild -t 10.12.0 -t 12.13.0 --strip",
"prebuild:upload": "prebuild --upload-all",
"test": "mocha"
}
Expand Down

0 comments on commit 9ced230

Please sign in to comment.