Skip to content

Commit

Permalink
Merge branch 'modulizer-bower-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bicknellr committed Apr 17, 2018
2 parents 0d8b34e + 40e312f commit 5f5d2c2
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
{
"name": "polymer",
"main": [
"lib/elements/array-selector.html",
"lib/elements/custom-style.html",
"lib/elements/dom-bind.html",
"lib/elements/dom-if.html",
"lib/elements/dom-module.html",
"lib/elements/dom-repeat.html",
"lib/legacy/class.html",
"lib/legacy/legacy-element-mixin.html",
"lib/legacy/mutable-data-behavior.html",
"lib/legacy/polymer-fn.html",
"lib/legacy/polymer.dom.html",
"lib/legacy/templatizer-behavior.html",
"lib/mixins/dir-mixin.html",
"lib/mixins/disable-upgrade-mixin.html",
"lib/mixins/element-mixin.html",
"lib/mixins/gesture-event-listeners.html",
"lib/mixins/mutable-data.html",
"lib/mixins/properties-changed.html",
"lib/mixins/properties-mixin.html",
"lib/mixins/property-accessors.html",
"lib/mixins/property-effects.html",
"lib/mixins/strict-binding-parser.html",
"lib/mixins/template-stamp.html",
"lib/utils/array-splice.html",
"lib/utils/async.html",
"lib/utils/boot.html",
"lib/utils/case-map.html",
"lib/utils/debounce.html",
"lib/utils/flattened-nodes-observer.html",
"lib/utils/flush.html",
"lib/utils/gestures.html",
"lib/utils/html-tag.html",
"lib/utils/import-href.html",
"lib/utils/mixin.html",
"lib/utils/path.html",
"lib/utils/render-status.html",
"lib/utils/resolve-url.html",
"lib/utils/settings.html",
"lib/utils/style-gather.html",
"lib/utils/templatize.html",
"lib/utils/unresolved.html",
"polymer-element.html",
"polymer.html"
],
"license": "http://polymer.github.io/LICENSE.txt",
Expand Down

2 comments on commit 5f5d2c2

@web-padawan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bicknellr @kevinpschaaf any chance to get this tagged before the 3.0 lands?
This blocks us from switching to the latest modulizer, containing templates fix Polymer/polymer-modulizer#411 which we need to run tests in IE11.

@web-padawan
Copy link
Contributor

@web-padawan web-padawan commented on 5f5d2c2 May 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UPD: workarounded by pinning Polymer dependency in bower.json to this specific commit, with the addition of resolutions section. This is no longer critical for us in Vaadin, but I strongly recommend cutting a new 2.x release, otherwise other users would have to use the same workaround.

Please sign in to comment.