Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
fix: update unbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 29, 2023
1 parent 950607e commit 8381737
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 575 deletions.
6 changes: 1 addition & 5 deletions packages/nuxt-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,18 @@
],
"exports": {
"./module": {
"types": "./dist/module.d.ts",
"require": "./dist/module.cjs",
"import": "./dist/module.mjs"
},
"./utils": {
"types": "./dist/utils.d.ts",
"require": "./dist/utils.cjs",
"import": "./dist/utils.mjs"
},
"./config": {
"types": "./dist/config.d.ts",
"require": "./dist/config.cjs",
"import": "./dist/config.mjs"
},
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
Expand Down Expand Up @@ -62,7 +58,7 @@
"vitest-environment-nuxt": "0.10.2"
},
"devDependencies": {
"@nuxt/module-builder": "0.4.0",
"@nuxt/module-builder": "0.5.0",
"@nuxt/schema": "3.6.5",
"nuxt": "3.6.5",
"vitest": "0.33.0"
Expand Down
Loading

0 comments on commit 8381737

Please sign in to comment.