Skip to content

Commit 50f0c49

Browse files
authored
from polymer to Polymer
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.
1 parent 091c14a commit 50f0c49

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
@@ -18,7 +18,7 @@
1818
"/test/"
1919
],
2020
"dependencies": {
21-
"polymer": "polymer/polymer#1.9 - 2",
21+
"polymer": "Polymer/polymer#1.9 - 2",
2222
"firebase": "^4.1.1",
2323
"app-storage": "PolymerElements/app-storage#1 - 2"
2424
},
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"polymer": "Polymer/polymer#^1.9",
3434
"firebase": "^4.1.1",
35-
"app-storage": "polymerelements/app-storage#^0.9.0"
35+
"app-storage": "PolymerElements/app-storage#^0.9.0"
3636
},
3737
"devDependencies": {
3838
"iron-component-page": "PolymerElements/iron-component-page#^1.0",

0 commit comments

Comments
 (0)