LP#1671165: Fix web client build error
authorKathy Lussier <klussier@masslnc.org>
Wed, 8 Mar 2017 16:51:35 +0000 (11:51 -0500)
committerBen Shum <ben@evergreener.net>
Wed, 8 Mar 2017 18:09:05 +0000 (13:09 -0500)
Bower install was grabbing a later version of angular-cookies than we wanted,
resulting in errors when attempting to build the web client. Changing a
caret to a tilde in the bower.json files keeps us to a 1.5.x version of
angular-cookies, making web client builds happy.

Many thanks to Ben Shum for finding the solution to this problem!

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Ben Shum <ben@evergreener.net>
Open-ILS/web/js/ui/default/staff/bower.json

index 65a8539..63f801e 100644 (file)
@@ -30,7 +30,7 @@
     "angular-tree-control": "~0.2.28",
     "angular-animate": "~1.5.3",
     "angular-hotkeys": "cfp-angular-hotkeys#^1.7.0",
-    "angular-cookies": "^1.5.8",
+    "angular-cookies": "~1.5.8",
     "iframe-resizer": "^3.5.5",
     "angular-order-object-by": "*"
   },