updated version of minify to 0.2.0

This commit is contained in:
coderaiser 2013-04-21 10:54:08 -04:00
parent 128bf64e00
commit a1951b9c4c
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"api_url" : "/api/v1",
"appcache" : false,
"minification" : {
"js" : false,
"js" : true,
"css" : true,
"html" : true,
"img" : true

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "0.2.0-13",
"version": "0.2.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (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": {},