From f6a67ebabef62022991e650dfb3ce982c1db9b55 Mon Sep 17 00:00:00 2001 From: Deema Yvanow Date: Fri, 29 May 2015 15:54:11 +0300 Subject: [PATCH] Use the latest minor consolidate.js The recent compatible consolidate has lots more engines supported. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49b4938..401223d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "async": "~0.2.10", - "consolidate": "~0.10.0", + "consolidate": "^0.10.0", "debug": "~0.7.4", "extend": "~1.2.1", "is-utf8": "^0.2.0",