mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
cli: pack readme file into npm package
This commit is contained in:
parent
3c806913d8
commit
cae83253a2
1
cli/npm/.gitignore
vendored
1
cli/npm/.gitignore
vendored
|
|
@ -3,3 +3,4 @@ tree-sitter.exe
|
|||
*.gz
|
||||
*.tgz
|
||||
LICENSE
|
||||
README.md
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
"main": "lib/api/index.js",
|
||||
"scripts": {
|
||||
"install": "node install.js",
|
||||
"prepack": "cp ../../LICENSE ."
|
||||
"prepack": "cp ../../LICENSE ../README.md .",
|
||||
"postpack": "rm LICENSE README.md"
|
||||
},
|
||||
"bin": {
|
||||
"tree-sitter": "cli.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue