Skip to content

Commit 6b239e4

Browse files
committed
chore: update version to 1.0.1 and adjust type definitions path
1 parent 23dec79 commit 6b239e4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "nuxt-use-async-data-wrapper",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A utility to wrap Promise-returning functions with useAsyncData for Nuxt",
55
"main": "lib/index.js",
6-
"types": "types/index.d.ts",
6+
"types": "lib/index.d.ts",
77
"keywords": [
88
"nuxt",
99
"nuxt3",
@@ -35,5 +35,8 @@
3535
"scripts": {
3636
"build": "tsc"
3737
},
38+
"files": [
39+
"lib"
40+
],
3841
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
3942
}

tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"DOM"
99
],
1010
"declaration": true,
11-
"declarationDir": "types",
1211
"outDir": "lib",
1312
"strict": true,
1413
"esModuleInterop": true,

0 commit comments

Comments
 (0)