Sort deps by name.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Thu, 22 May 2014 08:53:42 +0000 (11:53 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Thu, 22 May 2014 08:53:42 +0000 (11:53 +0300)
package.json

index 9780736..58d05a0 100644 (file)
     "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",