Bumps commander to 2.8.x.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 19 Apr 2015 13:29:31 +0000 (14:29 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 19 Apr 2015 13:29:47 +0000 (14:29 +0100)
History.md
package.json

index 9ca27ea..510b5e3 100644 (file)
@@ -1,6 +1,7 @@
 [3.2.0 / 2015-xx-xx](https://github.com/jakubpawlowicz/clean-css/compare/v3.1.9...HEAD)
 ==================
 
+* Bumps commander to 2.8.x.
 * Fixes remote asset rebasing when passing data as a hash.
 * Improves path resolution inside source maps.
 * Makes `root` option implicitely default to `process.cwd()`.
index 318cc50..04d2467 100644 (file)
@@ -35,7 +35,7 @@
     "test": "vows"
   },
   "dependencies": {
-    "commander": "2.7.x",
+    "commander": "2.8.x",
     "source-map": "0.4.x"
   },
   "devDependencies": {