Use core-dropdown fix repo in bower config.

I'm getting some version requirement conflicts, as the core-list and
core-dropdown fixes are off Polymer's master branches, and not the 0.5.1
tag.
This commit is contained in:
Oliver Hamlet
2014-12-01 21:24:18 +00:00
parent 944ff1a3cf
commit a77226d5f4
+2 -1
View File
@@ -32,6 +32,7 @@
"paper-progress": "Polymer/paper-progress#~0.5.0",
"core-animated-pages": "Polymer/core-animated-pages#~0.5.1",
"paper-toast": "Polymer/paper-toast#~0.5.1",
"core-list": "WrinklyNinja/core-list#51e27f42c86a91cbbe0933f618b2e82905dda83a"
"core-list": "WrinklyNinja/core-list#51e27f42c86a91cbbe0933f618b2e82905dda83a",
"core-dropdown": "kysonic/core-dropdown#b2e3b0f37afec1f1447060d7988fb271f46566c2"
}
}