From 1463f3597487048127cee5b19ba79bb3bec5a878 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 8 Jun 2016 07:41:30 -0400 Subject: [PATCH] LP#1554714: Set angular 1.5.5 as minimum, not exact version By adding the ~ in front of the angular version specified, we say make this the minimum version to look for. This bypasses the issue for when new releases of the 1.5.x angular series is released, such as 1.5.6, which is the current new version as of this patch. Signed-off-by: Ben Shum Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/staff/bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/bower.json b/Open-ILS/web/js/ui/default/staff/bower.json index 488407b213..6fceb94c27 100644 --- a/Open-ILS/web/js/ui/default/staff/bower.json +++ b/Open-ILS/web/js/ui/default/staff/bower.json @@ -32,6 +32,6 @@ "angular-hotkeys": "cfp-angular-hotkeys#^1.7.0" }, "resolutions": { - "angular": "1.5.5" + "angular": "~1.5.5" } } -- 2.43.2