Use gzip for release assets so they can easily be extracted from node

This commit is contained in:
Max Brunsfeld 2019-01-15 19:18:33 -08:00
parent b0fe816441
commit e7bb57550b
6 changed files with 33 additions and 36 deletions

View file

@ -14,7 +14,7 @@
],
"main": "lib/api/index.js",
"scripts": {
"install": "./install.js"
"install": "install.js"
},
"bin": {
"tree-sitter": "tree-sitter"