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": { "packages/cli": {
"name": "@mcflyjs/cli", "name": "@mcflyjs/cli",
"version": "0.0.23", "version": "0.0.24",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"citty": "^0.1.4", "citty": "^0.1.4",
"consola": "^3.2.3", "consola": "^3.2.3"
"pathe": "^1.1.1"
}, },
"bin": { "bin": {
"mcfly": "index.js" "mcfly": "index.js"

View file

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