fixed deps
parent
8e03c21f58
commit
36fae9b388
|
@ -1,12 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "@bd/wcui-cli",
|
"name": "@bd/wcui-cli",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"bin": {
|
"bin": {
|
||||||
"wcui-cli": "index.js"
|
"wcui-cli": "index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bytedo/sass": "^1.58.3",
|
"@bytedo/sass": "^1.58.3",
|
||||||
|
"chokidar": "^3.5.3",
|
||||||
"esbuild": "^0.17.11",
|
"esbuild": "^0.17.11",
|
||||||
"iofs": "^1.5.2",
|
"iofs": "^1.5.2",
|
||||||
"kolorist": "^1.6.0"
|
"kolorist": "^1.6.0"
|
||||||
|
|
Loading…
Reference in New Issue