mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) console-io v1.8.0
This commit is contained in:
parent
c7b8efa4dc
commit
b185ff7fee
2 changed files with 5 additions and 2 deletions
|
|
@ -87,7 +87,10 @@
|
|||
minify: isMinify
|
||||
}),
|
||||
|
||||
webconsole.middle('/console', isMinify, isOnline),
|
||||
webconsole.middle({
|
||||
minify: isMinify,
|
||||
online: isOnline
|
||||
}),
|
||||
|
||||
minify({
|
||||
dir : DIR_ROOT,
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
"console-io": "~1.7.0",
|
||||
"console-io": "~1.8.0",
|
||||
"dropbox": "0.10.x",
|
||||
"express": "~4.9.0",
|
||||
"fstream": "~1.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue