Skip to content
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ package-lock.json
.idea/
example/playground/.nuxtrc
.temp*
.eslintcache
9 changes: 0 additions & 9 deletions build.config.ts

This file was deleted.

13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
"dist"
],
"scripts": {
"build": "unbuild",
"dev:prepare": "unbuild --stub && pnpm -r dev:prepare",
"build": "rolldown -c",
"build:watch": "pnpm build -w",
"dev:prepare": "pnpm -r dev:prepare",
"example:build": "pnpm nuxt-module-build build ./example",
"example:stub": "pnpm nuxt-module-build build --stub ./example",
"lint": "eslint .",
"lint": "eslint . --cache",
"lint:fix": "eslint . --cache --fix",
"nuxt-module-build": "JITI_ESM_RESOLVE=1 jiti ./src/cli.ts",
"prepack": "pnpm build",
"release": "pnpm vitest run && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
Expand All @@ -53,6 +55,9 @@
"mlly": "^1.8.2",
"pathe": "^2.0.3",
"pkg-types": "^2.3.1",
"rolldown": "^1.0.0-rc.18",
"rolldown-plugin-dts": "^0.23.2",
"tinyglobby": "^0.2.16",
"tsconfck": "^3.1.6",
"unbuild": "^3.6.1",
"vue-sfc-transformer": "^0.1.17"
Expand Down Expand Up @@ -85,6 +90,6 @@
"vue-tsc": "^3.2.7"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
"node": "^20.19.0 || >=22.12.0"
}
}
Loading
Loading