From: XhmikosR Date: Thu, 22 May 2014 08:53:42 +0000 (+0300) Subject: Sort deps by name. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1be495641ce30468d3e2c64712ea3e9d9c448897;p=html-minifier.git Sort deps by name. --- diff --git a/package.json b/package.json index 9780736..58d05a0 100644 --- a/package.json +++ b/package.json @@ -39,10 +39,10 @@ "test": "grunt test" }, "dependencies": { + "change-case": "2.1.x", "clean-css": "2.1.x", - "uglify-js": "2.4.x", "cli": "0.6.x", - "change-case": "2.1.x" + "uglify-js": "2.4.x" }, "devDependencies": { "grunt": "0.4.x",