Skip to content

Commit f3fc6a2

Browse files
Update keywords
1 parent 0c44073 commit f3fc6a2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

packages/svelte-query-devtools/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"type": "github",
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
17+
"keywords": [
18+
"tanstack",
19+
"query",
20+
"svelte"
21+
],
1722
"scripts": {
1823
"clean": "premove ./dist ./coverage ./.svelte-kit ./dist-ts",
1924
"compile": "tsc --build",

packages/svelte-query-persist-client/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"type": "github",
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
17+
"keywords": [
18+
"tanstack",
19+
"query",
20+
"svelte"
21+
],
1722
"scripts": {
1823
"clean": "premove ./dist ./coverage ./.svelte-kit ./dist-ts",
1924
"compile": "tsc --build",

packages/svelte-query/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"keywords": [
1818
"tanstack",
1919
"query",
20-
"svelte",
21-
"swr"
20+
"svelte"
2221
],
2322
"scripts": {
2423
"clean": "premove ./dist ./coverage ./.svelte-kit ./dist-ts",

0 commit comments

Comments
 (0)