From 51fdec8abb0e5b629423847bc18b47302f0801e0 Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Sat, 30 May 2015 00:06:40 -0700 Subject: [PATCH] Create angular-hotkeys@1.4.5.json --- .../chieffancypants/angular-hotkeys@1.4.5.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json 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"] + } + } +}