Skip to content

Commit fef4517

Browse files
Update repo links
1 parent f502ba6 commit fef4517

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/tanstack/ranger.git"
6+
"url": "git+https://github.com/TanStack/ranger.git"
77
},
88
"packageManager": "[email protected]",
99
"type": "module",

packages/ranger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/TanStack/ranger.git",
9+
"url": "git+https://github.com/TanStack/ranger.git",
1010
"directory": "packages/ranger"
1111
},
1212
"homepage": "https://github.com/tanstack/ranger#readme",

packages/react-ranger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/TanStack/ranger",
9+
"url": "git+https://github.com/TanStack/ranger",
1010
"directory": "packages/react-ranger"
1111
},
1212
"homepage": "https://github.com/tanstack/ranger#readme",

0 commit comments

Comments
 (0)