fix(npm): add directory to repository fields
and remove non-existent "main" entry point
(cherry picked from commit 90bdd63a71)
This commit is contained in:
parent
a80cd86d47
commit
59f3cb91c2
3 changed files with 9 additions and 5 deletions
|
|
@ -2,8 +2,11 @@
|
|||
"name": "web-tree-sitter",
|
||||
"version": "0.25.8",
|
||||
"description": "Tree-sitter bindings for the web",
|
||||
"repository": "https://github.com/tree-sitter/tree-sitter",
|
||||
"homepage": "https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tree-sitter/tree-sitter.git",
|
||||
"directory": "lib/binding_web"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Max Brunsfeld",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue