From 444ae8b0a02394bf1820b27b4d1899fecf70bf6a Mon Sep 17 00:00:00 2001 From: Richard Robinson Date: Thu, 16 Nov 2017 02:50:10 -0500 Subject: [PATCH] Added new dependency. --- Gathr-Photos.html | 1 - bower.json | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gathr-Photos.html b/Gathr-Photos.html index 9075a7a..a3c808c 100644 --- a/Gathr-Photos.html +++ b/Gathr-Photos.html @@ -18,7 +18,6 @@ -

{{wd}}

diff --git a/bower.json b/bower.json index 370dcd5..10ee98f 100644 --- a/bower.json +++ b/bower.json @@ -4,6 +4,7 @@ "main": "Gathr-Photos.html", "dependencies": { "polymer": "Polymer/polymer#^2.0.0", + "Gathr-Photos": "WEBDMG/Gathr-Photos", "iron-ajax": "latest" }, "devDependencies": { @@ -12,6 +13,7 @@ "webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0" }, "resolutions": { - "polymer": "^2.0.0" + "polymer": "^2.0.0", + "Gathr-Photos": "WEBDMG/Gathr-Photos" } }