File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-use-async-data-wrapper" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " A utility to wrap Promise-returning functions with useAsyncData for Nuxt" ,
5
5
"main" : " lib/index.js" ,
6
- "types" : " types /index.d.ts" ,
6
+ "types" : " lib /index.d.ts" ,
7
7
"keywords" : [
8
8
" nuxt" ,
9
9
" nuxt3" ,
35
35
"scripts" : {
36
36
"build" : " tsc"
37
37
},
38
+ "files" : [
39
+ " lib"
40
+ ],
38
41
"packageManager" :
" [email protected] +sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
39
42
}
Original file line number Diff line number Diff line change 8
8
" DOM"
9
9
],
10
10
"declaration" : true ,
11
- "declarationDir" : " types" ,
12
11
"outDir" : " lib" ,
13
12
"strict" : true ,
14
13
"esModuleInterop" : true ,
You can’t perform that action at this time.
0 commit comments