From 51fdec8abb0e5b629423847bc18b47302f0801e0 Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Sat, 30 May 2015 00:06:40 -0700 Subject: [PATCH 1/3] 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"] + } + } +} From 339ab741375d7171eefd81508ccf485c7370e2b0 Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Sat, 30 May 2015 09:24:54 -0700 Subject: [PATCH 2/3] Update angular-hotkeys@1.4.5.json remove build as part of the PR. --- .../github/chieffancypants/angular-hotkeys@1.4.5.json | 3 --- 1 file changed, 3 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 2a926ac..b1ae09c 100644 --- a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json +++ b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json @@ -1,7 +1,4 @@ { - "directories": { - "lib": "build" - }, "main": "hotkeys", "registry": "jspm", "dependencies": { From 92b3feb28ef158b95da97fa1573468fd4553cab7 Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Sat, 30 May 2015 09:36:00 -0700 Subject: [PATCH 3/3] 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"] } }