mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
updated version of minify to 0.2.0
This commit is contained in:
parent
128bf64e00
commit
a1951b9c4c
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"api_url" : "/api/v1",
|
||||
"appcache" : false,
|
||||
"minification" : {
|
||||
"js" : false,
|
||||
"js" : true,
|
||||
"css" : true,
|
||||
"html" : true,
|
||||
"img" : true
|
||||
|
|
|
|||
|
|
@ -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": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue