From 77229ec186a349e9320940e0829bf158c9df2f3b Mon Sep 17 00:00:00 2001 From: Davin Kevin Date: Tue, 15 Dec 2015 06:36:34 +0100 Subject: [PATCH 1/3] fix(chieffancypants.angular-hotkeys): add css to add information about hotkeys --- .../chieffancypants/angular-hotkeys@1.4.5.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 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 97b91d7..bd660c1 100644 --- a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json +++ b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json @@ -1,12 +1,17 @@ { - "main": "build/hotkeys", - "registry": "jspm", + "directories": { + "lib": "build" + }, + "main": "hotkeys", "dependencies": { "angular": "^1.2.0" }, "shim": { - "build/hotkeys": { - "deps": ["angular"] + "hotkeys": { + "deps": [ + "angular", + "./hotkeys.css!" + ] } } -} +} \ No newline at end of file From 41478080e297f44e1e6c6cf9a5cc8067b227bc9f Mon Sep 17 00:00:00 2001 From: Davin Kevin Date: Tue, 15 Dec 2015 06:39:39 +0100 Subject: [PATCH 2/3] fix(chieffancypants.angular-hotkeys): keep registry on jspm --- .../github/chieffancypants/angular-hotkeys@1.4.5.json | 1 + 1 file changed, 1 insertion(+) 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 bd660c1..b0531a7 100644 --- a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json +++ b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json @@ -2,6 +2,7 @@ "directories": { "lib": "build" }, + "registry": "jspm", "main": "hotkeys", "dependencies": { "angular": "^1.2.0" From 1c93a79de420b1ea30bd5b52822c6ed8613be6d0 Mon Sep 17 00:00:00 2001 From: Davin Kevin Date: Wed, 16 Dec 2015 05:31:12 +0100 Subject: [PATCH 3/3] fix(chieffancypants.angular-hotkeys): remove directory for backward compatibility --- .../github/chieffancypants/angular-hotkeys@1.4.5.json | 7 ++----- 1 file changed, 2 insertions(+), 5 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 b0531a7..478bbf8 100644 --- a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json +++ b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json @@ -1,14 +1,11 @@ { - "directories": { - "lib": "build" - }, "registry": "jspm", - "main": "hotkeys", + "main": "build/hotkeys", "dependencies": { "angular": "^1.2.0" }, "shim": { - "hotkeys": { + "build/hotkeys": { "deps": [ "angular", "./hotkeys.css!"