From 92b3feb28ef158b95da97fa1573468fd4553cab7 Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Sat, 30 May 2015 09:36:00 -0700 Subject: [PATCH] still trying to get it right. heh. =) --- .../github/chieffancypants/angular-hotkeys@1.4.5.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] } }