chore(cli): remove unused dep

This commit is contained in:
Ayo 2023-11-17 16:35:10 +01:00
parent 47600f5f45
commit 9ebd6e7f3b
2 changed files with 4 additions and 6 deletions

5
package-lock.json generated
View file

@ -3977,12 +3977,11 @@
},
"packages/cli": {
"name": "@mcflyjs/cli",
"version": "0.0.23",
"version": "0.0.24",
"license": "MIT",
"dependencies": {
"citty": "^0.1.4",
"consola": "^3.2.3",
"pathe": "^1.1.1"
"consola": "^3.2.3"
},
"bin": {
"mcfly": "index.js"

View file

@ -1,6 +1,6 @@
{
"name": "@mcflyjs/cli",
"version": "0.0.23",
"version": "0.0.24",
"description": "McFly CLI tools",
"type": "module",
"main": "index.js",
@ -23,7 +23,6 @@
"homepage": "https://github.com/ayoayco/McFly#readme",
"dependencies": {
"citty": "^0.1.4",
"consola": "^3.2.3",
"pathe": "^1.1.1"
"consola": "^3.2.3"
}
}