Skip to content

Commit

Permalink
Merge pull request #164 from danielroe/build/emit-bundler-types
Browse files Browse the repository at this point in the history
build: update unbuild and emit `.d.mts` and `.d.cts` as well
  • Loading branch information
cpreston321 authored Jan 28, 2024
2 parents ae0caba + f2d5554 commit 0c17a85
Show file tree
Hide file tree
Showing 2 changed files with 1,775 additions and 86 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./nuxt": {
"types": "./dist/nuxt.d.ts",
"require": "./dist/nuxt.cjs",
"import": "./dist/nuxt.mjs"
}
Expand Down Expand Up @@ -93,7 +91,7 @@
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"unbuild": "^1.2.1",
"unbuild": "^2.0.0",
"vite": "4.3.8",
"vitest": "^0.31.1",
"vue": "^3.3.4",
Expand Down
Loading

0 comments on commit 0c17a85

Please sign in to comment.