Skip to content

Commit

Permalink
from polymer to Polymer
Browse files Browse the repository at this point in the history
This pull requests want to make this Polymer element consistent with the majority of other Polymer elements. The uppercase version "Polymer" 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.

This pull request is a manual follow up of PolymerLabs/tedium#47 and PolymerLabs/tedium#48 which try to do this in an automated way, but are stuck.
  • Loading branch information
bartolom authored Jul 31, 2017
1 parent df2b987 commit c676cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"tests"
],
"dependencies": {
"polymer": "polymer/polymer#^1.0.0",
"polymer": "Polymer/polymer#^1.0.0",
"google-apis": "GoogleWebComponents/google-apis#^1.0",
"iron-jsonp-library": "PolymerElements/iron-jsonp-library#^1.0.0"
},
Expand Down

0 comments on commit c676cc1

Please sign in to comment.