From b67c3541661f911b68dd4feb278bb41bbd845488 Mon Sep 17 00:00:00 2001 From: Adam Bowling Date: Fri, 23 Jul 2021 16:00:35 -0400 Subject: [PATCH] LP1937875: Remove GitHub reference from package.js 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 Signed-off-by: Jason Boyer --- Open-ILS/web/js/ui/default/staff/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/package.json b/Open-ILS/web/js/ui/default/staff/package.json index b516eb1431..f0688bdb5f 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", -- 2.11.0