From 183397e3daa5740bb512579f4c0c7454ab757ffd Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 1 Jan 2014 15:08:08 -0500 Subject: [PATCH] Update package.json Don't think underscore v1.5.3 is quite out there yet... --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68a0d191ff..f63d65e1d0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "htmlparser2": "~3.4.0", - "underscore": "~1.5.3", + "underscore": "~1.5", "entities": "0.x", "CSSselect": "~0.4.0" },