Skip to content

Commit 56369bc

Browse files
authoredJan 20, 2024
fix: Update package.json repository and homepage fields (#5292)
1 parent 9941ef1 commit 56369bc

File tree

7 files changed

+51
-65
lines changed

7 files changed

+51
-65
lines changed
 

‎packages/match-sorter-utils/package.json

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
22
"name": "@tanstack/match-sorter-utils",
3-
"authors": [
3+
"version": "8.11.3",
4+
"description": "A fork of match-sorter with separated filtering and sorting phases",
5+
"contributors": [
46
"Kent C. Dodds",
57
"Tanner Linsley"
68
],
7-
"version": "8.11.3",
8-
"description": "A fork of match-sorter with separated filtering and sorting phases",
99
"license": "MIT",
10-
"homepage": "https://github.com/tanstack/table#readme",
1110
"repository": {
1211
"type": "git",
13-
"url": "git+https://github.com/tanstack/table.git"
12+
"url": "https://github.com/TanStack/table.git",
13+
"directory": "packages/match-sorter-utils"
1414
},
15-
"publishConfig": {
16-
"registry": "https://registry.npmjs.org/"
15+
"homepage": "https://tanstack.com/table",
16+
"funding": {
17+
"type": "github",
18+
"url": "https://github.com/sponsors/tannerlinsley"
1719
},
1820
"keywords": [
1921
"react",
@@ -24,10 +26,6 @@
2426
"separate",
2527
"datagrid"
2628
],
27-
"funding": {
28-
"type": "github",
29-
"url": "https://github.com/sponsors/kentcdodds"
30-
},
3129
"type": "commonjs",
3230
"module": "build/lib/index.esm.js",
3331
"main": "build/lib/index.js",

‎packages/react-table-devtools/package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
{
22
"name": "@tanstack/react-table-devtools",
3-
"author": "Tanner Linsley",
43
"version": "8.11.6",
54
"description": "Devtools for React Table",
5+
"author": "Tanner Linsley",
66
"license": "MIT",
7-
"homepage": "https://github.com/tanstack/table#readme",
87
"repository": {
98
"type": "git",
10-
"url": "git+https://github.com/tanstack/table.git"
9+
"url": "https://github.com/TanStack/table.git",
10+
"directory": "packages/react-table-devtools"
1111
},
12-
"publishConfig": {
13-
"registry": "https://registry.npmjs.org/"
12+
"homepage": "https://tanstack.com/table",
13+
"funding": {
14+
"type": "github",
15+
"url": "https://github.com/sponsors/tannerlinsley"
1416
},
1517
"keywords": [
1618
"react",
1719
"table",
1820
"react-table",
1921
"datagrid"
2022
],
21-
"funding": {
22-
"type": "github",
23-
"url": "https://github.com/sponsors/tannerlinsley"
24-
},
2523
"type": "commonjs",
2624
"module": "build/lib/index.esm.js",
2725
"main": "build/lib/index.js",

‎packages/react-table/package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
{
22
"name": "@tanstack/react-table",
3-
"author": "Tanner Linsley",
43
"version": "8.11.6",
54
"description": "Headless UI for building powerful tables & datagrids for React.",
5+
"author": "Tanner Linsley",
66
"license": "MIT",
7-
"homepage": "https://github.com/tanstack/table#readme",
87
"repository": {
98
"type": "git",
10-
"url": "git+https://github.com/tanstack/table.git"
9+
"url": "https://github.com/TanStack/table.git",
10+
"directory": "packages/react-table"
1111
},
12-
"publishConfig": {
13-
"registry": "https://registry.npmjs.org/"
12+
"homepage": "https://tanstack.com/table",
13+
"funding": {
14+
"type": "github",
15+
"url": "https://github.com/sponsors/tannerlinsley"
1416
},
1517
"keywords": [
1618
"react",
1719
"table",
1820
"react-table",
1921
"datagrid"
2022
],
21-
"funding": {
22-
"type": "github",
23-
"url": "https://github.com/sponsors/tannerlinsley"
24-
},
2523
"type": "commonjs",
2624
"module": "build/lib/index.esm.js",
2725
"main": "build/lib/index.js",

‎packages/solid-table/package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
{
22
"name": "@tanstack/solid-table",
3-
"author": "Tanner Linsley",
43
"version": "8.11.6",
54
"description": "Headless UI for building powerful tables & datagrids for Solid.",
5+
"author": "Tanner Linsley",
66
"license": "MIT",
7-
"homepage": "https://github.com/tanstack/table#readme",
87
"repository": {
98
"type": "git",
10-
"url": "git+https://github.com/tanstack/table.git"
9+
"url": "https://github.com/TanStack/table.git",
10+
"directory": "packages/solid-table"
1111
},
12-
"publishConfig": {
13-
"registry": "https://registry.npmjs.org/"
12+
"homepage": "https://tanstack.com/table",
13+
"funding": {
14+
"type": "github",
15+
"url": "https://github.com/sponsors/tannerlinsley"
1416
},
1517
"keywords": [
1618
"solid",
1719
"table",
1820
"solid-table",
1921
"datagrid"
2022
],
21-
"funding": {
22-
"type": "github",
23-
"url": "https://github.com/sponsors/tannerlinsley"
24-
},
2523
"type": "commonjs",
2624
"module": "build/lib/index.esm.js",
2725
"main": "build/lib/index.js",

‎packages/svelte-table/package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
{
22
"name": "@tanstack/svelte-table",
3-
"author": "Tanner Linsley",
43
"version": "8.11.6",
54
"description": "Headless UI for building powerful tables & datagrids for Svelte.",
5+
"author": "Tanner Linsley",
66
"license": "MIT",
7-
"homepage": "https://github.com/tanstack/table#readme",
87
"repository": {
98
"type": "git",
10-
"url": "git+https://github.com/tanstack/table.git"
9+
"url": "https://github.com/TanStack/table.git",
10+
"directory": "packages/svelte-table"
1111
},
12-
"publishConfig": {
13-
"registry": "https://registry.npmjs.org/"
12+
"homepage": "https://tanstack.com/table",
13+
"funding": {
14+
"type": "github",
15+
"url": "https://github.com/sponsors/tannerlinsley"
1416
},
1517
"keywords": [
1618
"svelte",
1719
"table",
1820
"svelte-table",
1921
"datagrid"
2022
],
21-
"funding": {
22-
"type": "github",
23-
"url": "https://github.com/sponsors/tannerlinsley"
24-
},
2523
"type": "commonjs",
2624
"module": "build/lib/index.esm.js",
2725
"main": "build/lib/index.js",

‎packages/table-core/package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
22
"name": "@tanstack/table-core",
3-
"author": "Tanner Linsley",
43
"version": "8.11.6",
54
"description": "Headless UI for building powerful tables & datagrids for TS/JS.",
5+
"author": "Tanner Linsley",
66
"license": "MIT",
7-
"homepage": "https://github.com/tanstack/table#readme",
87
"repository": {
98
"type": "git",
10-
"url": "git+https://github.com/tanstack/table.git"
9+
"url": "https://github.com/TanStack/table.git",
10+
"directory": "packages/table-core"
1111
},
12-
"publishConfig": {
13-
"registry": "https://registry.npmjs.org/"
12+
"homepage": "https://tanstack.com/table",
13+
"funding": {
14+
"type": "github",
15+
"url": "https://github.com/sponsors/tannerlinsley"
1416
},
1517
"keywords": [
1618
"react",
@@ -20,10 +22,6 @@
2022
"table-core",
2123
"datagrid"
2224
],
23-
"funding": {
24-
"type": "github",
25-
"url": "https://github.com/sponsors/tannerlinsley"
26-
},
2725
"type": "commonjs",
2826
"module": "build/lib/index.esm.js",
2927
"main": "build/lib/index.js",

‎packages/vue-table/package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
{
22
"name": "@tanstack/vue-table",
3-
"author": "Tanner Linsley",
43
"version": "8.11.6",
54
"description": "Headless UI for building powerful tables & datagrids for Vue.",
5+
"author": "Tanner Linsley",
66
"license": "MIT",
7-
"homepage": "https://github.com/tanstack/table#readme",
87
"repository": {
98
"type": "git",
10-
"url": "git+https://github.com/tanstack/table.git"
9+
"url": "https://github.com/TanStack/table.git",
10+
"directory": "packages/vue-table"
1111
},
12-
"publishConfig": {
13-
"registry": "https://registry.npmjs.org/"
12+
"homepage": "https://tanstack.com/table",
13+
"funding": {
14+
"type": "github",
15+
"url": "https://github.com/sponsors/tannerlinsley"
1416
},
1517
"keywords": [
1618
"vue",
1719
"table",
1820
"vue-table",
1921
"datagrid"
2022
],
21-
"funding": {
22-
"type": "github",
23-
"url": "https://github.com/sponsors/tannerlinsley"
24-
},
2523
"type": "commonjs",
2624
"module": "build/lib/index.esm.js",
2725
"main": "build/lib/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.