From 8b5d57fce1133c89bee8957aa03b1c903d414a7f Mon Sep 17 00:00:00 2001 From: Stephanie DiBenedetto Date: Mon, 13 Oct 2025 17:29:34 -0700 Subject: [PATCH] protoc_plugin: normalize git repo URL with npm pkg fix --- protoc_plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protoc_plugin/package.json b/protoc_plugin/package.json index 460e538..413a18b 100644 --- a/protoc_plugin/package.json +++ b/protoc_plugin/package.json @@ -6,7 +6,7 @@ "license": "BSD-3-Clause", "repository": { "type": "git", - "url": "https://github.com/protocolbuffers/protobuf-javascript.git" + "url": "git+https://github.com/protocolbuffers/protobuf-javascript.git" }, "type": "commonjs", "main": "index.js",