Skip to content

Commit

Permalink
Bump target version
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 authored Oct 7, 2021
1 parent daaf3fa commit f830da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"install": "prebuild-install || npm run build",
"build": "node-gyp rebuild",
"prebuild-all": "npm run prebuild-node && npm run prebuild-electron",
"prebuild-node": "prebuild -t 10.17.0 -t 11.15.0 -t 12.13.0 --strip",
"prebuild-electron": "prebuild -t 5.0.0 -t 6.0.0 -t 7.0.0 -r electron --strip",
"prebuild-node": "prebuild -t 12.13.0 -t 14.0.0 -t 15.0.0 -t 16.0.0 --strip",
"prebuild-electron": "prebuild -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 -r electron --strip",
"prebuild-upload": "prebuild --upload-all $GITHUB_TOKEN",
"prebuild-upload:win": "prebuild --upload-all %GITHUB_TOKEN%",
"clean": "rimraf build node_modules prebuilds",
Expand Down

0 comments on commit f830da1

Please sign in to comment.