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.
This commit is contained in:
Hayko Koryun 2015-12-14 00:32:34 +04:00
parent 9066a48a63
commit da5d781b3d

View File

@ -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": [