Skip to content

Commit f7526dd

Browse files
committed
chore: update package.json with new version, description, and repository details
1 parent e01f624 commit f7526dd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "nuxt-query",
3-
"version": "1.0.0",
4-
"description": "My new Nuxt module",
5-
"repository": "peterbud/nuxt-query",
3+
"version": "0.0.1",
4+
"description": "Nuxt integration for Tanstack Vue Query",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/peterbud/nuxt-query.git"
8+
},
9+
"author": "Peter Budai",
610
"license": "MIT",
711
"type": "module",
812
"exports": {

0 commit comments

Comments
 (0)