Skip to content

Commit

Permalink
Do all available prebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Apr 22, 2019
1 parent 45cd418 commit 17ab2f9
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
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-elm",
"version": "2.2.0",
"version": "2.2.1",
"description": "Tree sitter definitions for elm",
"main": "index.js",
"keywords": [
Expand All @@ -20,7 +20,7 @@
"scripts": {
"build": "tree-sitter generate && node-gyp build --debug",
"install": "prebuild-install || node-gyp rebuild",
"prebuild": "prebuild -r electron -t 1.6.0 -t 1.7.0 -t 1.8.0 -t 2.0.0 -t 3.0.0 -t 4.0.0 --strip --verbose",
"prebuild": "prebuild -r electron --all --strip --verbose",
"prebuild:upload": "prebuild --upload-all",
"parse-basic": "tree-sitter parse ./examples/Basic.elm",
"parse-test": "tree-sitter parse --debug ./examples/test.elm",
Expand Down

0 comments on commit 17ab2f9

Please sign in to comment.