diff --git a/ui (gen4)/package.json b/ui (gen4)/package.json index ce3d123a..f51f952b 100755 --- a/ui (gen4)/package.json +++ b/ui (gen4)/package.json @@ -23,7 +23,8 @@ "fs-walk": "^0.0.1", "glob": "^4.0.6", "guarantee-events": "^1.0.0", - "ig-features": "^1.0.4", + "ig-features": "^2.0.0", + "ig-actions": "^1.0.0", "ig-object": "^1.0.1", "openseadragon": "^2.1.0", "requirejs": "^2.1.23", diff --git a/ui (gen4)/ui.js b/ui (gen4)/ui.js index e8f15aa8..7898abc5 100755 --- a/ui (gen4)/ui.js +++ b/ui (gen4)/ui.js @@ -28,7 +28,7 @@ var requirejs_cfg = { // modules to lib/*, this way we'll need the map section below // only... (without automation this also sounds bad) 'lib/object': './node_modules/ig-object/object', - 'lib/actions': './node_modules/ig-features/actions', + 'lib/actions': './node_modules/ig-actions/actions', 'lib/features': './node_modules/ig-features/features', }, map: {