From: Ben Shum Date: Wed, 8 Jun 2016 11:41:30 +0000 (-0400) Subject: LP#1554714: Set angular 1.5.5 as minimum, not exact version X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1463f3597487048127cee5b19ba79bb3bec5a878;p=evergreen%2Fmasslnc.git 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 --- 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" } }