diff --git a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json index b1ae09c..97b91d7 100644 --- a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json +++ b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json @@ -1,11 +1,11 @@ { - "main": "hotkeys", + "main": "build/hotkeys", "registry": "jspm", "dependencies": { "angular": "^1.2.0" }, "shim": { - "hotkeys": { + "build/hotkeys": { "deps": ["angular"] } }