From f837e3a23514113cdf2b47ac9ad0cba0186a8157 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 29 Oct 2015 18:16:26 +0000 Subject: [PATCH] Explicitly depend on Polymer's core-label. At some point another element used removed its dependency on core-label, so it was missing from LOOT's bower components. --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index 4224add9..1a57f4da 100644 --- a/bower.json +++ b/bower.json @@ -18,6 +18,7 @@ "paper-dropdown-menu": "Polymer/paper-dropdown-menu#~0.5.0", "core-toolbar": "Polymer/core-toolbar#~0.5.0", "core-icons": "Polymer/core-icons#~0.5.0", + "core-label": "Polymer/core-label#~0.5.0", "core-tooltip": "Polymer/core-tooltip#~0.5.0", "core-drawer-panel": "Polymer/core-drawer-panel#~0.5.0", "paper-input": "Polymer/paper-input#~0.5.0",