From 02f6b77fc72f038419f6a3456ec2de8fc270b6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Steunou?= Date: Thu, 13 Aug 2015 11:12:26 +0200 Subject: [PATCH] Allow underscore and backbone 1.x.x --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0c39a11..a41bf93 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "author": "Alexander Beletsky ", "contributors": "Listed at ", "dependencies": { - "underscore": "~1.5.2", - "backbone": "~1.1.0" + "underscore": "^1.5.2", + "backbone": "^1.1.0" }, "scripts": { "test": "grunt mocha"