Skip to content

Commit f27879c

Browse files
authored
Merge pull request #515 from VirtualLiveLab/pkg-repo-url
use git+https protocol
2 parents 9c23c6d + b588fde commit f27879c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"homepage": "https://github.com/VirtualLiveLab/js-config/tree/main/#readme",
5858
"repository": {
5959
"type": "git",
60-
"url": "https://github.com/VirtualLiveLab/js-config.git",
60+
"url": "git+https://github.com/VirtualLiveLab/js-config.git",
6161
"directory": "packages/prettier-config"
6262
},
6363
"bugs": {

packages/stylelint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"homepage": "https://github.com/VirtualLiveLab/js-config/tree/main/#readme",
6565
"repository": {
6666
"type": "git",
67-
"url": "https://github.com/VirtualLiveLab/js-config.git",
67+
"url": "git+https://github.com/VirtualLiveLab/js-config.git",
6868
"directory": "packages/stylelint-config"
6969
},
7070
"bugs": {

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/VirtualLiveLab/js-config/tree/main/#readme",
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/VirtualLiveLab/js-config.git",
27+
"url": "git+https://github.com/VirtualLiveLab/js-config.git",
2828
"directory": "packages/tsconfig"
2929
},
3030
"bugs": {

0 commit comments

Comments
 (0)