Skip to content

Commit 8ca7c7c

Browse files
committed
chore: normalise github url
1 parent f0b7696 commit 8ca7c7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"license": "MIT",
3636
"repository": {
3737
"type": "git",
38-
"url": "https://github.com/Cleboost/djs-core.git",
38+
"url": "git+https://github.com/Cleboost/djs-core.git",
3939
"directory": "packages/dev"
4040
},
4141
"publishConfig": {

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "MIT",
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/Cleboost/djs-core.git",
29+
"url": "git+https://github.com/Cleboost/djs-core.git",
3030
"directory": "packages/runtime"
3131
},
3232
"publishConfig": {

0 commit comments

Comments
 (0)