diff --git a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json new file mode 100644 index 0000000..97b91d7 --- /dev/null +++ b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json @@ -0,0 +1,12 @@ +{ + "main": "build/hotkeys", + "registry": "jspm", + "dependencies": { + "angular": "^1.2.0" + }, + "shim": { + "build/hotkeys": { + "deps": ["angular"] + } + } +}