From: Adam Bowling Date: Fri, 23 Jul 2021 20:00:35 +0000 (-0400) Subject: Removes the call to GitHub (required under legacy circumstances), X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c15d9b197371a8af373f2587f9e39d326eabb8ef;p=working%2FEvergreen.git Removes the call to GitHub (required under legacy circumstances), since it can cause some machines lacking SSH keys for GitHub to fail when "npm install" is run for the AngularJS web client. Signed-off-by: Adam Bowling --- diff --git a/Open-ILS/web/js/ui/default/staff/package.json b/Open-ILS/web/js/ui/default/staff/package.json index b516eb1431..18744b0296 100644 --- a/Open-ILS/web/js/ui/default/staff/package.json +++ b/Open-ILS/web/js/ui/default/staff/package.json @@ -35,7 +35,7 @@ "angular-file-saver": "^1.1.3", "angular-hotkeys": "^1.7.0", "angular-location-update": "0.0.2", - "angular-order-object-by": "github:rxfork/ngOrderObjectBy#npm", + "angular-order-object-by": ""1.3.0", "angular-route": "~1.6.7", "angular-tablesort": "^1.6.0", "angular-tree-control": "^0.2.28",