Skip to content

Commit 3894b05

Browse files
committed
fix: package.json
1 parent 2f6e16b commit 3894b05

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

packages/lit-query/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
"name": "@tanstack/lit-query",
33
"version": "0.2.0",
44
"description": "Lit adapter for TanStack Query Core",
5+
"author": "tannerlinsley",
56
"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+
},
617
"type": "module",
718
"main": "dist-cjs/index.js",
819
"module": "dist/index.js",

0 commit comments

Comments
 (0)