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 e01f624 commit f7526ddCopy full SHA for f7526dd
package.json
@@ -1,8 +1,12 @@
1
{
2
"name": "nuxt-query",
3
- "version": "1.0.0",
4
- "description": "My new Nuxt module",
5
- "repository": "peterbud/nuxt-query",
+ "version": "0.0.1",
+ "description": "Nuxt integration for Tanstack Vue Query",
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/peterbud/nuxt-query.git"
8
+ },
9
+ "author": "Peter Budai",
10
"license": "MIT",
11
"type": "module",
12
"exports": {
0 commit comments