fix(bindings): make npm repository field an object

This commit is contained in:
Andrey L. 2025-08-13 22:54:37 +03:00 committed by GitHub
parent d45642c345
commit f9f7ae0850
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,10 @@
"name": "tree-sitter-PARSER_NAME",
"version": "PARSER_VERSION",
"description": "PARSER_DESCRIPTION",
"repository": "PARSER_URL",
"repository": {
"type": "git",
"url": "git+PARSER_URL.git"
},
"funding": "FUNDING_URL",
"license": "PARSER_LICENSE",
"author": {