fix(npm): add directory to repository fields

and remove non-existent "main" entry point
This commit is contained in:
ObserverOfTime 2025-08-30 22:54:11 +03:00 committed by Amaan Qureshi
parent ed2abf8609
commit 90bdd63a71
3 changed files with 9 additions and 5 deletions

View file

@ -2,8 +2,11 @@
"name": "web-tree-sitter",
"version": "0.26.0",
"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",