Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
drop prebuild for versions before 8 (current LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jun 26, 2018
1 parent 4032fa7 commit 42a5be1
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 @@ -34,8 +34,8 @@
"lint": "npm run cpplint",
"cpplint": "node-cpplint --filters legal-copyright,build-include,build-namespaces src/*.cc",
"test": "npm run lint && npm build . && mocha --compilers js:babel-core/register spec/",
"prebuild-node": "prebuild -t 6.11.0 -t 7.9.0 -t 8.9.0 -t 9.4.0 -t 10.2.1 --strip",
"prebuild-node-ia32": "prebuild -t 6.11.0 -t 7.9.0 -t 8.9.0 -t 9.4.0 -t 10.2.1 -a ia32 --strip",
"prebuild-node": "prebuild -t 8.9.0 -t 9.4.0 -t 10.2.1 --strip",
"prebuild-node-ia32": "prebuild -t 8.9.0 -t 9.4.0 -t 10.2.1 -a ia32 --strip",
"prebuild-electron": "prebuild -t 1.6.11 -t 1.7.10 -t 1.8.0 -t 2.0.0 -t 3.0.0-beta.1 -r electron --strip",
"prebuild-electron-ia32": "prebuild -t 1.6.11 -t 1.7.10 -t 1.8.0 -t 2.0.0 -t 3.0.0-beta.1 -r electron -a ia32 --strip",
"upload": "node ./script/upload.js"
Expand Down

0 comments on commit 42a5be1

Please sign in to comment.