Skip to content

Commit c968aef

Browse files
aewingbenmccann
andauthored
chore: add .git to the end of package.json repository url (#14134)
Co-authored-by: Ben McCann <[email protected]>
1 parent 5bde191 commit c968aef

File tree

12 files changed

+26
-11
lines changed

12 files changed

+26
-11
lines changed

.changeset/nine-lemons-tell.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@sveltejs/adapter-auto": patch
3+
"@sveltejs/adapter-cloudflare": patch
4+
"@sveltejs/adapter-netlify": patch
5+
"@sveltejs/adapter-node": patch
6+
"@sveltejs/adapter-static": patch
7+
"@sveltejs/adapter-vercel": patch
8+
"@sveltejs/amp": patch
9+
"create-svelte": patch
10+
"@sveltejs/enhanced-img": patch
11+
"@sveltejs/kit": patch
12+
"@sveltejs/package": patch
13+
---
14+
15+
chore: add `.git` to the end of `package.json` repository url

packages/adapter-auto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/sveltejs/kit",
16+
"url": "git+https://github.com/sveltejs/kit.git",
1717
"directory": "packages/adapter-auto"
1818
},
1919
"license": "MIT",

packages/adapter-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/sveltejs/kit",
15+
"url": "git+https://github.com/sveltejs/kit.git",
1616
"directory": "packages/adapter-cloudflare"
1717
},
1818
"license": "MIT",

packages/adapter-netlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/sveltejs/kit",
15+
"url": "git+https://github.com/sveltejs/kit.git",
1616
"directory": "packages/adapter-netlify"
1717
},
1818
"license": "MIT",

packages/adapter-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/sveltejs/kit",
15+
"url": "git+https://github.com/sveltejs/kit.git",
1616
"directory": "packages/adapter-node"
1717
},
1818
"license": "MIT",

packages/adapter-static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/sveltejs/kit",
16+
"url": "git+https://github.com/sveltejs/kit.git",
1717
"directory": "packages/adapter-static"
1818
},
1919
"license": "MIT",

packages/adapter-vercel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/sveltejs/kit",
15+
"url": "git+https://github.com/sveltejs/kit.git",
1616
"directory": "packages/adapter-vercel"
1717
},
1818
"license": "MIT",

packages/amp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/sveltejs/kit",
13+
"url": "git+https://github.com/sveltejs/kit.git",
1414
"directory": "packages/amp"
1515
},
1616
"license": "MIT",

packages/create-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/sveltejs/kit",
18+
"url": "git+https://github.com/sveltejs/kit.git",
1919
"directory": "packages/create-svelte"
2020
},
2121
"license": "MIT",

packages/enhanced-img/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Image optimization for your Svelte apps",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/sveltejs/kit",
7+
"url": "git+https://github.com/sveltejs/kit.git",
88
"directory": "packages/enhanced-img"
99
},
1010
"keywords": [

0 commit comments

Comments
 (0)