chore(cli): Add the LICENSE file to the tree-sitter-cli npm package
This commit is contained in:
parent
5844d76deb
commit
88601000a2
3 changed files with 4 additions and 2 deletions
1
cli/npm/.gitignore
vendored
1
cli/npm/.gitignore
vendored
|
|
@ -2,3 +2,4 @@ tree-sitter
|
|||
tree-sitter.exe
|
||||
*.gz
|
||||
*.tgz
|
||||
LICENSE
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@
|
|||
],
|
||||
"main": "lib/api/index.js",
|
||||
"scripts": {
|
||||
"install": "node install.js"
|
||||
"install": "node install.js",
|
||||
"prepack": "cp ../../LICENSE ."
|
||||
},
|
||||
"bin": {
|
||||
"tree-sitter": "cli.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue