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..2a926ac --- /dev/null +++ b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json @@ -0,0 +1,15 @@ +{ + "directories": { + "lib": "build" + }, + "main": "hotkeys", + "registry": "jspm", + "dependencies": { + "angular": "^1.2.0" + }, + "shim": { + "hotkeys": { + "deps": ["angular"] + } + } +}