Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Bump to Polymer 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian MacLeod committed Nov 13, 2014
1 parent 9d9657c commit 28ce8dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/templates/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "<%= _.slugify(appname) %>",
"version": "0.0.0",
"dependencies": {<% if (includeCore) { %>
"core-elements": "Polymer/core-elements#^0.4.0",<% } %><% if (includePaper) { %>
"paper-elements": "Polymer/paper-elements#^0.4.0",<% } %>
"polymer": "Polymer/polymer#^0.4.0"
"core-elements": "Polymer/core-elements#^0.5.1",<% } %><% if (includePaper) { %>
"paper-elements": "Polymer/paper-elements#^0.5.1",<% } %>
"polymer": "Polymer/polymer#^0.5.1"
},
"devDependencies": {
"polymer-test-tools": "Polymer/polymer-test-tools#^0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion seed/templates/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"main": "<%= elementName %>.html",
"dependencies": {
"polymer": "Polymer/polymer#^0.4.0"
"polymer": "Polymer/polymer#^0.5.1"
},
"devDependencies": {
"polymer-test-tools": "Polymer/polymer-test-tools#^0.4.0"
Expand Down

0 comments on commit 28ce8dc

Please sign in to comment.