LP#1554714: Set angular 1.5.5 as minimum, not exact version
authorBen Shum <ben@evergreener.net>
Wed, 8 Jun 2016 11:41:30 +0000 (07:41 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 14 Jun 2016 14:43:39 +0000 (10:43 -0400)
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 <ben@evergreener.net>
Signed-off-by: Bill Erickson <berickxx@gmail.com>

Open-ILS/web/js/ui/default/staff/bower.json

index 488407b..6fceb94 100644 (file)
@@ -32,6 +32,6 @@
     "angular-hotkeys": "cfp-angular-hotkeys#^1.7.0"
   },
   "resolutions": {
-    "angular": "1.5.5"
+    "angular": "~1.5.5"
   }
 }