Skip to content

Commit 8b5d57f

Browse files
committed
protoc_plugin: normalize git repo URL with npm pkg fix
1 parent bc95baf commit 8b5d57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protoc_plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "BSD-3-Clause",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/protocolbuffers/protobuf-javascript.git"
9+
"url": "git+https://github.com/protocolbuffers/protobuf-javascript.git"
1010
},
1111
"type": "commonjs",
1212
"main": "index.js",

0 commit comments

Comments
 (0)