mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
9066a48a63
commit
da5d781b3d
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user