We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aeae24 commit 0ff716aCopy full SHA for 0ff716a
packages/solid-router/package.json
@@ -7,7 +7,7 @@
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/TanStack/router.git",
10
- "directory": "packages/react-router"
+ "directory": "packages/solid-router"
11
},
12
"homepage": "https://tanstack.com/router",
13
"funding": {
scripts/publish.js
@@ -20,6 +20,10 @@ await publish({
20
name: '@tanstack/react-router',
21
packageDir: 'packages/react-router',
22
23
+ {
24
+ name: '@tanstack/solid-router',
25
+ packageDir: 'packages/solid-router',
26
+ },
27
{
28
name: '@tanstack/react-router-with-query',
29
packageDir: 'packages/react-router-with-query',
0 commit comments