Skip to content

Commit

Permalink
build: update to latest nuxt/module-builder + drop cjs support (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jan 13, 2025
1 parent 31df4a8 commit 15cb1d2
Show file tree
Hide file tree
Showing 3 changed files with 716 additions and 1,294 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
"types": "./dist/types.d.mts",
"import": "./dist/module.mjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"main": "./dist/module.mjs",
"types": "./dist/types.d.mts",
"files": [
"dist"
],
Expand Down Expand Up @@ -69,7 +68,7 @@
},
"devDependencies": {
"@nuxt/eslint-config": "0.7.1",
"@nuxt/module-builder": "0.8.4",
"@nuxt/module-builder": "1.0.0-alpha.1",
"@nuxt/schema": "3.14.1592",
"@nuxt/test-utils": "3.15.1",
"@types/node": "22.9.1",
Expand Down
Loading

0 comments on commit 15cb1d2

Please sign in to comment.