Skip to content

Commit

Permalink
Prebuild for Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Aug 18, 2020
1 parent 09b3cab commit dfca5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -14,8 +14,8 @@
"benchmark": "ts-node benchmarks/reg.ts",
"prettier": "prettier --write lib/*.ts test/*.ts",
"check-prettier": "prettier --list-different lib/*.ts test/*.ts",
"prebuild-node": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 --strip",
"prebuild-node-ia32": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 -a ia32 --strip",
"prebuild-node": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 -t 14.8.0 --strip",
"prebuild-node-ia32": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 -t 14.8.0 -a ia32 --strip",
"prebuild-electron": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0 -r electron --strip",
"prebuild-electron-ia32": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0 -r electron -a ia32 --strip",
"upload": "node ./script/upload.js"
Expand Down

0 comments on commit dfca5b1

Please sign in to comment.