From d9d884c0670510ac820fff327239a1828e34b78c Mon Sep 17 00:00:00 2001 From: paladox Date: Wed, 16 Mar 2016 14:45:06 +0000 Subject: [PATCH] Downgrade maxmin to 1.1.0 since 2.x does not support nodejs 0.10 See https://travis-ci.org/sindresorhus/maxmin/jobs/116383262 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f05d583..6ac567b1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "chalk": "^1.0.0", "lodash": "^4.0.1", - "maxmin": "^2.0.0", + "maxmin": "^1.1.0", "uglify-js": "~2.6.2", "uri-path": "^1.0.0" },