Skip to content

Commit 18addfc

Browse files
authored
from polymerelements to PolymerElements
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. 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.
1 parent e8f2ac0 commit 18addfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ignore": [],
2424
"dependencies": {
2525
"polymer": "Polymer/polymer#1.9 - 2",
26-
"paper-styles": "polymerelements/paper-styles#1 - 2"
26+
"paper-styles": "PolymerElements/paper-styles#1 - 2"
2727
},
2828
"devDependencies": {
2929
"iron-component-page": "PolymerElements/iron-component-page#1 - 2",
@@ -35,7 +35,7 @@
3535
"1.x": {
3636
"dependencies": {
3737
"polymer": "Polymer/polymer#^1.9",
38-
"paper-styles": "polymerelements/paper-styles#^1.0.0"
38+
"paper-styles": "PolymerElements/paper-styles#^1.0.0"
3939
},
4040
"devDependencies": {
4141
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",

0 commit comments

Comments
 (0)