chore: add core as dep to cli
This commit is contained in:
parent
2f4a22ac8d
commit
b0ea97c644
2 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/ayoayco/McFly#readme",
|
||||
"dependencies": {
|
||||
"@mcflyjs/core": "workspace:^",
|
||||
"citty": "^0.1.4",
|
||||
"consola": "^3.2.3"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,9 @@ importers:
|
|||
|
||||
packages/cli:
|
||||
dependencies:
|
||||
'@mcflyjs/core':
|
||||
specifier: workspace:^
|
||||
version: link:../core
|
||||
citty:
|
||||
specifier: ^0.1.4
|
||||
version: 0.1.5
|
||||
|
|
Loading…
Reference in a new issue