From: Jakub Pawlowicz Date: Sun, 19 Apr 2015 13:29:31 +0000 (+0100) Subject: Bumps commander to 2.8.x. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=66f68abfd71e15b8f03517478bfa3b9c0e801908;p=clean-css.git Bumps commander to 2.8.x. --- diff --git a/History.md b/History.md index 9ca27ea3..510b5e37 100644 --- a/History.md +++ b/History.md @@ -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()`. diff --git a/package.json b/package.json index 318cc50c..04d24672 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "test": "vows" }, "dependencies": { - "commander": "2.7.x", + "commander": "2.8.x", "source-map": "0.4.x" }, "devDependencies": {