Skip to content

Commit e0fff18

Browse files
committed
update package URL
1 parent 7940300 commit e0fff18

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

cli-aliases/create-start-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/TanStack/create-tsrouter-app.git",
14+
"url": "git+https://github.com/TanStack/cli.git",
1515
"directory": "cli-aliases/create-start-app"
1616
},
1717
"homepage": "https://tanstack.com/router",

cli-aliases/create-tanstack-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/TanStack/create-tsrouter-app.git",
14+
"url": "git+https://github.com/TanStack/cli.git",
1515
"directory": "cli-aliases/create-tanstack-app"
1616
},
1717
"homepage": "https://tanstack.com/router",

cli-aliases/create-tanstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/TanStack/create-tsrouter-app.git",
14+
"url": "git+https://github.com/TanStack/cli.git",
1515
"directory": "cli-aliases/create-tanstack"
1616
},
1717
"homepage": "https://tanstack.com/router",

cli-aliases/create-tsrouter-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/TanStack/create-tsrouter-app.git",
14+
"url": "git+https://github.com/TanStack/cli.git",
1515
"directory": "cli-aliases/create-tsrouter-app"
1616
},
1717
"homepage": "https://tanstack.com/router",

cli-aliases/ts-create-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/TanStack/create-tsrouter-app.git",
14+
"url": "git+https://github.com/TanStack/cli.git",
1515
"directory": "cli-aliases/ts-create-start"
1616
},
1717
"homepage": "https://tanstack.com/router",

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": "git+https://github.com/TanStack/create-tsrouter-app.git"
6+
"url": "git+https://github.com/TanStack/cli.git"
77
},
88
"packageManager": "pnpm@10.24.0",
99
"type": "module",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/TanStack/create-tsrouter-app.git",
21+
"url": "git+https://github.com/TanStack/cli.git",
2222
"directory": "packages/cli"
2323
},
2424
"homepage": "https://tanstack.com/router",

packages/create-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/TanStack/create-tsrouter-app.git",
19+
"url": "git+https://github.com/TanStack/cli.git",
2020
"directory": "packages/create-ui"
2121
},
2222
"dependencies": {

packages/create/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": "git+https://github.com/TanStack/create-tsrouter-app.git",
18+
"url": "git+https://github.com/TanStack/cli.git",
1919
"directory": "packages/create"
2020
},
2121
"homepage": "https://tanstack.com/router",

0 commit comments

Comments
 (0)