Skip to content

Commit

Permalink
chore: update version to 1.0.1 and adjust type definitions path
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Nov 23, 2024
1 parent 23dec79 commit 6b239e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "nuxt-use-async-data-wrapper",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility to wrap Promise-returning functions with useAsyncData for Nuxt",
"main": "lib/index.js",
"types": "types/index.d.ts",
"types": "lib/index.d.ts",
"keywords": [
"nuxt",
"nuxt3",
Expand Down Expand Up @@ -35,5 +35,8 @@
"scripts": {
"build": "tsc"
},
"files": [
"lib"
],
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"DOM"
],
"declaration": true,
"declarationDir": "types",
"outDir": "lib",
"strict": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 6b239e4

Please sign in to comment.