fix: normalize repository.url with git+ prefix to suppress npm publish warnings

This commit is contained in:
kite 2026-06-23 20:29:45 +08:00
parent 757b359673
commit bad29fc9b9
8 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nigulasikk/open-code-review.git", "url": "git+https://github.com/nigulasikk/open-code-review.git",
"directory": "extensions/vscode" "directory": "extensions/vscode"
}, },
"engines": { "engines": {

View file

@ -15,7 +15,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/alibaba/open-code-review.git" "url": "git+https://github.com/alibaba/open-code-review.git"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View file

@ -15,7 +15,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/alibaba/open-code-review.git" "url": "git+https://github.com/alibaba/open-code-review.git"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View file

@ -15,7 +15,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/alibaba/open-code-review.git" "url": "git+https://github.com/alibaba/open-code-review.git"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View file

@ -15,7 +15,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/alibaba/open-code-review.git" "url": "git+https://github.com/alibaba/open-code-review.git"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View file

@ -15,7 +15,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/alibaba/open-code-review.git" "url": "git+https://github.com/alibaba/open-code-review.git"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View file

@ -15,7 +15,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/alibaba/open-code-review.git" "url": "git+https://github.com/alibaba/open-code-review.git"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View file

@ -18,7 +18,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/alibaba/open-code-review.git" "url": "git+https://github.com/alibaba/open-code-review.git"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"