Skip to content

Commit 16fc5c7

Browse files
authored
Add "homepage" to package.json (#41)
1 parent 9ac36fc commit 16fc5c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@sveltestack/svelte-query",
3+
"homepage": "https://github.com/SvelteStack/svelte-query",
34
"private": false,
45
"version": "1.4.0",
56
"description": "Hooks for managing, caching and syncing asynchronous and remote data in Svelte",
@@ -93,4 +94,4 @@
9394
"pre-commit": "yarn test:ci"
9495
}
9596
}
96-
}
97+
}

0 commit comments

Comments
 (0)