Skip to content

Commit b74beef

Browse files
committed
docs: fix project git url links
1 parent ab0fda2 commit b74beef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/ghiscoding/multiple-select-vanilla.git"
22+
"url": "git+https://github.com/ghiscoding/multiple-select-vanilla.git"
2323
},
2424
"funding": {
2525
"type": "ko_fi",

packages/multiple-select-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/ghiscoding/multiple-select-vanilla.git",
39+
"url": "git+https://github.com/ghiscoding/multiple-select-vanilla.git",
4040
"directory": "packages/multiple-select-vanilla"
4141
},
4242
"bugs": {

0 commit comments

Comments
 (0)