From b185ff7fee88bc3ab103646f96f138633e396d6e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 22 Sep 2014 06:08:11 -0400 Subject: [PATCH] feature(package) console-io v1.8.0 --- lib/cloudcmd.js | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/cloudcmd.js b/lib/cloudcmd.js index 02bb51a9..ddab7352 100644 --- a/lib/cloudcmd.js +++ b/lib/cloudcmd.js @@ -87,7 +87,10 @@ minify: isMinify }), - webconsole.middle('/console', isMinify, isOnline), + webconsole.middle({ + minify: isMinify, + online: isOnline + }), minify({ dir : DIR_ROOT, diff --git a/package.json b/package.json index 6b61eaf0..e7c633b3 100644 --- a/package.json +++ b/package.json @@ -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",