Skip to content

Commit

Permalink
from polymerlabs to PolymerLabs
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 "PolymerLabs" 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 f11a3cc commit f969d2b
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 @@ -26,7 +26,7 @@
"google-apis": "GoogleWebComponents/google-apis#^1.0.0",
"iron-ajax": "PolymerElements/iron-ajax#^1.0.0",
"polymer": "Polymer/polymer#^1.0.0",
"promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0"
"promise-polyfill": "PolymerLabs/promise-polyfill#^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.2",
Expand Down

0 comments on commit f969d2b

Please sign in to comment.