feature(package) console-io v1.8.0

This commit is contained in:
coderaiser 2014-09-22 06:08:11 -04:00
parent c7b8efa4dc
commit b185ff7fee
2 changed files with 5 additions and 2 deletions

View file

@ -87,7 +87,10 @@
minify: isMinify
}),
webconsole.middle('/console', isMinify, isOnline),
webconsole.middle({
minify: isMinify,
online: isOnline
}),
minify({
dir : DIR_ROOT,

View file

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