We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6e16b commit 3894b05Copy full SHA for 3894b05
1 file changed
packages/lit-query/package.json
@@ -2,7 +2,18 @@
2
"name": "@tanstack/lit-query",
3
"version": "0.2.0",
4
"description": "Lit adapter for TanStack Query Core",
5
+ "author": "tannerlinsley",
6
"license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/TanStack/query.git",
10
+ "directory": "packages/lit-query"
11
+ },
12
+ "homepage": "https://tanstack.com/query",
13
+ "funding": {
14
+ "type": "github",
15
+ "url": "https://github.com/sponsors/tannerlinsley"
16
17
"type": "module",
18
"main": "dist-cjs/index.js",
19
"module": "dist/index.js",
0 commit comments