From da5d781b3dd8db732b668e284be13af84c5e4c12 Mon Sep 17 00:00:00 2001 From: Hayko Koryun Date: Mon, 14 Dec 2015 00:32:34 +0400 Subject: [PATCH] added polymer-mini and polymer-micro to main Fixes #2617 by adding both files to main so they get copied over. When using `bower-installer` (when I don't want to send dev files to production servers, and vulcanisation isn't set up yet) currently only `polymer.html` gets copied over. This fixes that. --- bower.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 8f88ea2df4..b6655cda87 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,9 @@ "name": "polymer", "version": "1.2.3", "main": [ - "polymer.html" + "polymer.html", + "polymer-mini.html", + "polymer-micro.html" ], "license": "http://polymer.github.io/LICENSE.txt", "ignore": [