Skip to content

Commit 8b794f2

Browse files
authored
refactor: migrate to citty (#169)
1 parent bb8ddcc commit 8b794f2

File tree

8 files changed

+597
-1613
lines changed

8 files changed

+597
-1613
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/module-builder",
33
"version": "0.5.1",
44
"repository": "nuxt/module-builder",
5-
"description": "Complete solution to build Nuxt Modules",
5+
"description": "Complete solution for building Nuxt modules",
66
"license": "MIT",
77
"type": "module",
88
"exports": {
@@ -30,9 +30,9 @@
3030
},
3131
"packageManager": "[email protected]",
3232
"dependencies": {
33+
"citty": "^0.1.4",
3334
"consola": "^3.2.3",
3435
"mlly": "^1.4.2",
35-
"mri": "^1.2.0",
3636
"pathe": "^1.1.1",
3737
"unbuild": "^2.0.0"
3838
},
@@ -44,7 +44,6 @@
4444
"@nuxt/kit": "^3.7.4",
4545
"@nuxt/schema": "^3.7.4",
4646
"@nuxtjs/eslint-config-typescript": "^12.1.0",
47-
"@types/mri": "^1.1.2",
4847
"@types/node": "^20.7.1",
4948
"@vitest/coverage-v8": "^0.34.5",
5049
"changelogen": "^0.5.5",
@@ -54,4 +53,4 @@
5453
"nuxt": "^3.7.4",
5554
"vitest": "^0.34.5"
5655
}
57-
}
56+
}

0 commit comments

Comments
 (0)