LP1937875: Remove GitHub reference from package.js
authorAdam Bowling <abowling@emeralddata.net>
Fri, 23 Jul 2021 20:00:35 +0000 (16:00 -0400)
committerJason Boyer <JBoyer@equinoxOLI.org>
Mon, 20 Sep 2021 17:34:37 +0000 (13:34 -0400)
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 <abowling@emeralddata.net>
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

Open-ILS/web/js/ui/default/staff/package.json

index b516eb1..f0688bd 100644 (file)
@@ -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",