[open-ils-commits] [GIT] Evergreen ILS branch master updated. 1463f3597487048127cee5b19ba79bb3bec5a878
Evergreen Git
git at git.evergreen-ils.org
Tue Jun 14 10:44:11 EDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 1463f3597487048127cee5b19ba79bb3bec5a878 (commit)
from a6d3bdea207394fafc8caf92dcd18843410fcb2e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1463f3597487048127cee5b19ba79bb3bec5a878
Author: Ben Shum <ben at evergreener.net>
Date: Wed Jun 8 07:41:30 2016 -0400
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 <ben at evergreener.net>
Signed-off-by: Bill Erickson <berickxx at gmail.com>
diff --git a/Open-ILS/web/js/ui/default/staff/bower.json b/Open-ILS/web/js/ui/default/staff/bower.json
index 488407b..6fceb94 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"
}
}
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/web/js/ui/default/staff/bower.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list