From 6a8b45e82611244c7e1ce940751163560e01dbb8 Mon Sep 17 00:00:00 2001 From: Igor Lino Date: Fri, 29 May 2015 13:34:17 +0200 Subject: [PATCH] Corrected ezplus dependency. --- bower.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 741a4ef..0f188c3 100644 --- a/bower.json +++ b/bower.json @@ -3,7 +3,7 @@ "version": "1.0.0", "author": { "name": "Igor Lino", - "url": "http://igorlino.github.io/angular-angular-elevatezoom-plus/" + "url": "http://igorlino.github.io/angular-elevatezoom-plus/" }, "licenses": [ { @@ -26,7 +26,8 @@ "demo" : "http://igorlino.github.io/angular-elevatezoom-plus/examples", "dependencies": { "jquery": "~2.1.1", - "angular": "~1.3.4" + "angular": "~1.3.4", + "ez-plus": "~1.0.0" }, "devDependencies": { },