diff --git a/package.json b/package.json index 2441afa..d932fb9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -35,5 +35,8 @@ "scripts": { "build": "tsc" }, + "files": [ + "lib" + ], "packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee" } \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index bdb69b5..0409c87 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,6 @@ "DOM" ], "declaration": true, - "declarationDir": "types", "outDir": "lib", "strict": true, "esModuleInterop": true,