From f9f7ae0850350e5655b32105d28057070936fc4a Mon Sep 17 00:00:00 2001 From: "Andrey L." Date: Wed, 13 Aug 2025 22:54:37 +0300 Subject: [PATCH] fix(bindings): make npm repository field an object --- crates/cli/src/templates/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crates/cli/src/templates/package.json b/crates/cli/src/templates/package.json index aa2adedb..d7ac24df 100644 --- a/crates/cli/src/templates/package.json +++ b/crates/cli/src/templates/package.json @@ -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": {