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

This commit is contained in:
Andrew Hlynskyi 2021-08-22 03:12:28 +03:00
parent 88601000a2
commit f15700c6bd
2 changed files with 2 additions and 0 deletions

View file

@ -3,3 +3,4 @@
package-lock.json
node_modules
*.tgz
LICENSE

View file

@ -9,6 +9,7 @@
},
"scripts": {
"test": "mocha",
"prepack": "cp ../../LICENSE .",
"prepublishOnly": "node check-artifacts-fresh.js"
},
"repository": {