fixed deps

master
yutent 2023-03-15 15:06:30 +08:00
parent 8e03c21f58
commit 36fae9b388
1 changed files with 2 additions and 1 deletions

View File

@ -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"