From 3e614940ad2fbdb6ec88e96b580ca7437e044410 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 19 May 2016 16:25:12 -0400 Subject: [PATCH] LP#1554714 Ang. 2.5 hotkeys plugin update As with other dependencies, the hotkeys package name changed since the last update. It's now cfp-angular-hotkeys Signed-off-by: Bill Erickson Signed-off-by: Ben Shum Signed-off-by: Jason Stephenson --- Open-ILS/web/js/ui/default/staff/bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/web/js/ui/default/staff/bower.json b/Open-ILS/web/js/ui/default/staff/bower.json index a03180f392..488407b213 100644 --- a/Open-ILS/web/js/ui/default/staff/bower.json +++ b/Open-ILS/web/js/ui/default/staff/bower.json @@ -24,12 +24,12 @@ "angular-route": "~1.5.0", "angular-mocks": "~1.5.0", "angular-bootstrap": "~1.2.4", - "angular-hotkeys": "~0.2.2", "angular-file-saver": "~1.1.0", "angular-location-update": "~0.0.2", "ngtoast": "~2.0.0", "angular-tree-control": "~0.2.23", - "angular-animate": "~1.5.3" + "angular-animate": "~1.5.3", + "angular-hotkeys": "cfp-angular-hotkeys#^1.7.0" }, "resolutions": { "angular": "1.5.5" -- 2.43.2