chore(cli): Add the LICENSE file to the tree-sitter-cli npm package

This commit is contained in:
Andrew Hlynskyi 2021-08-22 03:09:50 +03:00
parent 5844d76deb
commit 88601000a2
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2018 Max Brunsfeld
Copyright (c) 2018-2021 Max Brunsfeld
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

1
cli/npm/.gitignore vendored
View file

@ -2,3 +2,4 @@ tree-sitter
tree-sitter.exe
*.gz
*.tgz
LICENSE

View file

@ -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"