From 0e690d7cfc95c5938f925e797d93d0090abdb65a Mon Sep 17 00:00:00 2001 From: Moes Date: Tue, 19 Apr 2016 10:19:04 +1000 Subject: [PATCH] add the right blueimp-canvas-to-blob change canvas-to-blob to the right dependency blueimp-canvas-to-blob --- .../github/kartik-v/bootstrap-fileinput@4.3.0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/kartik-v/bootstrap-fileinput@4.3.0.json b/package-overrides/github/kartik-v/bootstrap-fileinput@4.3.0.json index e942867..6c8b1ad 100644 --- a/package-overrides/github/kartik-v/bootstrap-fileinput@4.3.0.json +++ b/package-overrides/github/kartik-v/bootstrap-fileinput@4.3.0.json @@ -5,7 +5,7 @@ "jquery": "github:components/jquery", "bootstrap": "github:twbs/bootstrap", "css": "github:systemjs/plugin-css", - "canvas-to-blob":"npm:canvas-to-blob" + "blueimp-canvas-to-blob":"npm:blueimp-canvas-to-blob" }, "files": [ "js/fileinput.js", @@ -18,7 +18,7 @@ "registry": "jspm", "shim": { "js/fileinput": { - "deps": ["jquery", "bootstrap", "canvas-to-blob", "../css/fileinput.css!"], + "deps": ["jquery", "bootstrap", "blueimp-canvas-to-blob", "../css/fileinput.css!"], "exports": "$" } }