Create a wrapper script for npm package to fix npm install issues

This commit is contained in:
Max Brunsfeld 2019-01-17 15:15:34 -08:00
parent 14ecec1d4f
commit 53c8eaa4c2
3 changed files with 14 additions and 1 deletions

View file

@ -17,6 +17,6 @@
"install": "node install.js"
},
"bin": {
"tree-sitter": "tree-sitter"
"tree-sitter": "cli.js"
}
}