Skip to content

Commit f199528

Browse files
committed
chore: 🔥 fix nuxt moduel
1 parent 90ea9a2 commit f199528

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-api-queries",
3-
"version": "0.0.1",
3+
"version": "0.0.2-alpha.1",
44
"description": "Elegant and simple way to build requests for REST API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -75,7 +75,8 @@
7575
"vue-api-queries": "file:."
7676
},
7777
"files": [
78-
"dist/**/*"
78+
"dist/**/*",
79+
"nuxt"
7980
],
8081
"dependencies": {
8182
"axios": "^0.20.0",

0 commit comments

Comments
 (0)