chore(cli): remove web-component-base as dep

This commit is contained in:
Ayo 2023-10-30 16:42:52 +01:00
parent b6092b4a82
commit 1fa777d200
2 changed files with 4 additions and 6 deletions

5
package-lock.json generated
View file

@ -3970,12 +3970,11 @@
}, },
"packages/cli": { "packages/cli": {
"name": "@mcflyjs/cli", "name": "@mcflyjs/cli",
"version": "0.0.18", "version": "0.0.19",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"citty": "^0.1.4", "citty": "^0.1.4",
"consola": "^3.2.3", "consola": "^3.2.3"
"web-component-base": "^1.9.5"
}, },
"bin": { "bin": {
"mcfly": "index.js" "mcfly": "index.js"

View file

@ -1,6 +1,6 @@
{ {
"name": "@mcflyjs/cli", "name": "@mcflyjs/cli",
"version": "0.0.18", "version": "0.0.19",
"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"
"web-component-base": "^1.9.5"
} }
} }