Skip to content

Commit 1e28fdb

Browse files
Update urls
1 parent ca91baf commit 1e28fdb

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
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/table.git"
6+
"url": "git+https://github.com/TanStack/table.git"
77
},
88
"packageManager": "[email protected]",
99
"type": "module",

packages/angular-table/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/table.git",
9+
"url": "git+https://github.com/TanStack/table.git",
1010
"directory": "packages/angular-table"
1111
},
1212
"homepage": "https://tanstack.com/table",

packages/lit-table/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/table.git",
9+
"url": "git+https://github.com/TanStack/table.git",
1010
"directory": "packages/lit-table"
1111
},
1212
"homepage": "https://tanstack.com/table",

packages/match-sorter-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/TanStack/table.git",
12+
"url": "git+https://github.com/TanStack/table.git",
1313
"directory": "packages/match-sorter-utils"
1414
},
1515
"homepage": "https://tanstack.com/table",

packages/qwik-table/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/table.git",
9+
"url": "git+https://github.com/TanStack/table.git",
1010
"directory": "packages/qwik-table"
1111
},
1212
"homepage": "https://tanstack.com/table",

packages/react-table-devtools/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/table.git",
9+
"url": "git+https://github.com/TanStack/table.git",
1010
"directory": "packages/react-table-devtools"
1111
},
1212
"homepage": "https://tanstack.com/table",

packages/react-table/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/table.git",
9+
"url": "git+https://github.com/TanStack/table.git",
1010
"directory": "packages/react-table"
1111
},
1212
"homepage": "https://tanstack.com/table",

packages/solid-table/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/table.git",
9+
"url": "git+https://github.com/TanStack/table.git",
1010
"directory": "packages/solid-table"
1111
},
1212
"homepage": "https://tanstack.com/table",

packages/svelte-table/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/table.git",
9+
"url": "git+https://github.com/TanStack/table.git",
1010
"directory": "packages/svelte-table"
1111
},
1212
"homepage": "https://tanstack.com/table",

packages/table-core/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/table.git",
9+
"url": "git+https://github.com/TanStack/table.git",
1010
"directory": "packages/table-core"
1111
},
1212
"homepage": "https://tanstack.com/table",

0 commit comments

Comments
 (0)