Skip to content

Commit 7e11ada

Browse files
fix: URL
1 parent 91b7ccd commit 7e11ada

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
@@ -25,7 +25,7 @@
2525
"repository": {
2626
"directory": "./svelte-themes",
2727
"type": "git",
28-
"url": "https://github.com/elliott-with-the-longest-name-on-github/svelte-themes.git"
28+
"url": "git+https://github.com/elliott-with-the-longest-name-on-github/svelte-themes.git"
2929
},
3030
"engines": {
3131
"node": ">=20",

svelte-themes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": {
77
"directory": "./svelte-themes",
88
"type": "git",
9-
"url": "https://github.com/elliott-with-the-longest-name-on-github/svelte-themes.git"
9+
"url": "git+https://github.com/elliott-with-the-longest-name-on-github/svelte-themes.git"
1010
},
1111
"scripts": {
1212
"dev": "vite dev",

0 commit comments

Comments
 (0)