From 4c5ccc4fc23053978922bea5f35cbf0cd3c78aec Mon Sep 17 00:00:00 2001 From: Kasper Lewau Date: Mon, 20 Apr 2015 16:24:52 +0200 Subject: [PATCH] Correct the shim path for angular-bind-notifier. Now points to dist/angular-bind-notifier as intended. --- .../github/kasperlewau/angular-bind-notifier@0.0.4.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-overrides/github/kasperlewau/angular-bind-notifier@0.0.4.json b/package-overrides/github/kasperlewau/angular-bind-notifier@0.0.4.json index 5695e0b..1d8a7bc 100644 --- a/package-overrides/github/kasperlewau/angular-bind-notifier@0.0.4.json +++ b/package-overrides/github/kasperlewau/angular-bind-notifier@0.0.4.json @@ -3,7 +3,7 @@ "angular": "^1.3.0" }, "shim": { - "angular-bind-notifier": { + "dist/angular-bind-notifier": { "deps": "angular" } }