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

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"