Skip to content

Commit e258bfd

Browse files
committed
update package.json descriptions
1 parent c6af62b commit e258bfd

File tree

3 files changed

+6
-21
lines changed

3 files changed

+6
-21
lines changed

packages/devtools/package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/devtools",
33
"version": "0.0.0",
4-
"description": "Headless UI for creating advanced custom devtools, autocomplete, and dropdown components.",
4+
"description": "TanStack Devtools is a set of tools for building advanced devtools for your application.",
55
"author": "Tanner Linsley",
66
"license": "MIT",
77
"repository": {
@@ -15,12 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"keywords": [
18-
"devtools",
19-
"autocomplete",
20-
"dropdown",
21-
"menu",
22-
"headless-ui",
23-
"nested"
18+
"devtools"
2419
],
2520
"type": "module",
2621
"types": "dist/esm/index.d.ts",

packages/react-devtools/package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/react-devtools",
33
"version": "0.0.0",
4-
"description": "Headless UI for creating advanced custom devtools, autocomplete, and dropdown components in React.",
4+
"description": "TanStack Devtools is a set of tools for building advanced devtools for your React application.",
55
"author": "Tanner Linsley",
66
"license": "MIT",
77
"repository": {
@@ -16,12 +16,7 @@
1616
},
1717
"keywords": [
1818
"react",
19-
"devtools",
20-
"autocomplete",
21-
"dropdown",
22-
"menu",
23-
"headless-ui",
24-
"nested"
19+
"devtools"
2520
],
2621
"type": "module",
2722
"types": "dist/esm/index.d.ts",

packages/solid-devtools/package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/solid-devtools",
33
"version": "0.0.0",
4-
"description": "Headless UI for creating advanced custom devtools, autocomplete, and dropdown components in Solid.",
4+
"description": "TanStack Devtools is a set of tools for building advanced devtools for your Solid application.",
55
"author": "Tanner Linsley",
66
"license": "MIT",
77
"repository": {
@@ -16,12 +16,7 @@
1616
},
1717
"keywords": [
1818
"solid",
19-
"devtools",
20-
"autocomplete",
21-
"dropdown",
22-
"menu",
23-
"headless-ui",
24-
"nested"
19+
"devtools"
2520
],
2621
"type": "module",
2722
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)