From b3b810f4277d7b9d765853214bf20adfdb010ebe Mon Sep 17 00:00:00 2001 From: rodney Date: Wed, 20 Jan 2016 21:49:52 -0800 Subject: [PATCH] updating collections package to @^2.0 there was a bug with Array.find that was giving us trouble (bug: https://github.com/montagejs/collections/issues/139) and this bug is no longer present in 2.0 version of collections. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eda50db..f10bead 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "async": "^0.9.0", - "collections": "^1.2.3", + "collections": "^2.0", "line-reader": "^0.2.4", "oniguruma": "^5.1.1" },