We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dec79 commit 6b239e4Copy full SHA for 6b239e4
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "nuxt-use-async-data-wrapper",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A utility to wrap Promise-returning functions with useAsyncData for Nuxt",
5
"main": "lib/index.js",
6
- "types": "types/index.d.ts",
+ "types": "lib/index.d.ts",
7
"keywords": [
8
"nuxt",
9
"nuxt3",
@@ -35,5 +35,8 @@
35
"scripts": {
36
"build": "tsc"
37
},
38
+ "files": [
39
+ "lib"
40
+ ],
41
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
42
}
tsconfig.json
@@ -8,7 +8,6 @@
"DOM"
],
10
"declaration": true,
11
- "declarationDir": "types",
12
"outDir": "lib",
13
"strict": true,
14
"esModuleInterop": true,
0 commit comments