diff --git a/bower.json b/bower.json index 8aad3d4..25d5ea4 100755 --- a/bower.json +++ b/bower.json @@ -4,7 +4,12 @@ "description": "Manages a set of elements that can be selected", "private": true, "license": "http://polymer.github.io/LICENSE.txt", - "main": "iron-selector.html", + "main": [ + "iron-selector.html", + "iron-multi-selectable.html", + "iron-selectable.html", + "iron-selection.html" + ], "authors": [ "The Polymer Authors" ],