From fb7565f25100a6c522a87354f332f0b57b5f0bb7 Mon Sep 17 00:00:00 2001 From: Brent Dearth Date: Mon, 28 Nov 2016 10:51:47 -0700 Subject: [PATCH] chore(bower): relax angular restrictions --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 9e88f14e..485df42c 100644 --- a/bower.json +++ b/bower.json @@ -25,7 +25,7 @@ "tests" ], "dependencies": { - "angular": ">=1.4 <=1.5.8", + "angular": ">=1.4 <1.6.0", "angular-cookie": "~4.1.0" } }