From a1951b9c4c57e5c280c6f6039b3714ca2b14f72a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 21 Apr 2013 10:54:08 -0400 Subject: [PATCH] updated version of minify to 0.2.0 --- json/config.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/json/config.json b/json/config.json index 3a8b6f66..5f9fc6cf 100644 --- a/json/config.json +++ b/json/config.json @@ -2,7 +2,7 @@ "api_url" : "/api/v1", "appcache" : false, "minification" : { - "js" : false, + "js" : true, "css" : true, "html" : true, "img" : true diff --git a/package.json b/package.json index a1703fb5..31355ad9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "0.2.0-13", + "version": "0.2.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "User friendly cloud file manager.", "homepage": "https://github.com/coderaiser/cloudcmd", @@ -16,7 +16,7 @@ "subdomain": "cloudcmd", "dependencies": { "dropbox": "0.9.2", - "minify": "0.1.9", + "minify": "0.2.0", "socket.io": "0.9.14" }, "devDependencies": {},