From a22f8e05e6defce9b245ee59912f6cb615884614 Mon Sep 17 00:00:00 2001 From: Alan Wong Date: Tue, 6 Feb 2018 17:41:53 -0800 Subject: [PATCH] Loosen the restrictions on Underscore Since it's primarily use is a utility library and local tests show that the specs still pass --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b4361d9..30d0786 100644 --- a/package.json +++ b/package.json @@ -46,10 +46,10 @@ "grunt-qunit-istanbul": "~0.1.x", "grunt-saucelabs": "~4.0.0", "qunitjs": "~1.11.x", - "underscore": "^1.4.4" + "underscore": "^1.8.3" }, "dependencies": { - "underscore": "~1.4.x" + "underscore": ">= 1.4.x" }, "peerDependencies": { "backbone": "~1.x"