diff --git a/extensions/vscode/package.json b/extensions/vscode/package.json index 5c50d3d..9005778 100644 --- a/extensions/vscode/package.json +++ b/extensions/vscode/package.json @@ -7,7 +7,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/nigulasikk/open-code-review.git", + "url": "git+https://github.com/nigulasikk/open-code-review.git", "directory": "extensions/vscode" }, "engines": { diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index d5eadb5..0621072 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -15,7 +15,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/alibaba/open-code-review.git" + "url": "git+https://github.com/alibaba/open-code-review.git" }, "publishConfig": { "access": "public" diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 0e3f068..1a02613 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -15,7 +15,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/alibaba/open-code-review.git" + "url": "git+https://github.com/alibaba/open-code-review.git" }, "publishConfig": { "access": "public" diff --git a/npm/linux-arm64/package.json b/npm/linux-arm64/package.json index dc10b56..9d1fd74 100644 --- a/npm/linux-arm64/package.json +++ b/npm/linux-arm64/package.json @@ -15,7 +15,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/alibaba/open-code-review.git" + "url": "git+https://github.com/alibaba/open-code-review.git" }, "publishConfig": { "access": "public" diff --git a/npm/linux-x64/package.json b/npm/linux-x64/package.json index 31a9a8e..3a792ce 100644 --- a/npm/linux-x64/package.json +++ b/npm/linux-x64/package.json @@ -15,7 +15,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/alibaba/open-code-review.git" + "url": "git+https://github.com/alibaba/open-code-review.git" }, "publishConfig": { "access": "public" diff --git a/npm/win32-arm64/package.json b/npm/win32-arm64/package.json index 082a7a7..4aac401 100644 --- a/npm/win32-arm64/package.json +++ b/npm/win32-arm64/package.json @@ -15,7 +15,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/alibaba/open-code-review.git" + "url": "git+https://github.com/alibaba/open-code-review.git" }, "publishConfig": { "access": "public" diff --git a/npm/win32-x64/package.json b/npm/win32-x64/package.json index aaf6588..4da1af6 100644 --- a/npm/win32-x64/package.json +++ b/npm/win32-x64/package.json @@ -15,7 +15,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/alibaba/open-code-review.git" + "url": "git+https://github.com/alibaba/open-code-review.git" }, "publishConfig": { "access": "public" diff --git a/package.json b/package.json index e6270cd..3cfb004 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/alibaba/open-code-review.git" + "url": "git+https://github.com/alibaba/open-code-review.git" }, "publishConfig": { "access": "public"