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": {