iron-icon icon indicating copy to clipboard operation
iron-icon copied to clipboard

from polymerelements to PolymerElements

Open bartolom opened this issue 8 years ago • 2 comments

This pull requests want to make this Polymer element consistent with the majority of other Polymer elements. The uppercase version "PolymerElements" is closer to real name of the github project name, like presented in the git URL.

The use of mixed case does not seem to have an effect on bower and JavaScript projects. But other languages like Java are more picky and would benefit from consistency.

I checked the the "2.0-preview" branch of this Polymer element and it is already fixed there, so this pull request wants to achieve the same thing in Polymer 1.x for this element.

This pull request is a manual follow up of https://github.com/PolymerLabs/tedium/issues/47 and https://github.com/PolymerLabs/tedium/pull/48 which try to do this in an automated way, but are stuck.

bartolom avatar Jan 19 '17 20:01 bartolom

Looks like you fixed dependencies, which have been updated in master already but the devDependencies were missed.

stramel avatar Jul 26 '17 04:07 stramel

Dear stramel. I resolved some merge conflicts (due to the age of this pull request) and have adjusted the "devDependencies" as well

bartolom avatar Jul 31 '17 10:07 bartolom