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 97b91d7..bd660c1 100644 --- a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json +++ b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json @@ -1,12 +1,17 @@ { - "main": "build/hotkeys", - "registry": "jspm", + "directories": { + "lib": "build" + }, + "main": "hotkeys", "dependencies": { "angular": "^1.2.0" }, "shim": { - "build/hotkeys": { - "deps": ["angular"] + "hotkeys": { + "deps": [ + "angular", + "./hotkeys.css!" + ] } } -} +} \ No newline at end of file