fix(bindings): make npm repository field an object
This commit is contained in:
parent
d45642c345
commit
f9f7ae0850
1 changed files with 4 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue