Skip to content

Commit

Permalink
(chore) update Polymer version
Browse files Browse the repository at this point in the history
Update Polymer, paper, and core elements in generated bower.json.
  • Loading branch information
dustinspecker committed Aug 28, 2014
1 parent 01ebbd7 commit d7934e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"font-awesome": "~4.1.0"<% } %><% if (framework === 'foundation') { %>,
"foundation": "~5.3.3"<% } %><% if (bower.indexOf('lodash') > -1) { %>,
"lodash": "~2.4.1"<% } %><% if (polymer) { %>,
"polymer": "Polymer/polymer#~0.3.3",
"core-elements": "Polymer/core-elements#~0.3.3",
"paper-elements": "Polymer/paper-elements#~0.3.3"<% } %><% if (bower.indexOf('restangular') > -1) { %>,
"polymer": "Polymer/polymer#~0.4.0",
"core-elements": "Polymer/core-elements#~0.4.0",
"paper-elements": "Polymer/paper-elements#~0.4.0"<% } %><% if (bower.indexOf('restangular') > -1) { %>,
"restangular": "~1.4.0"<% } %>
},
"devDependencies": {
Expand Down

0 comments on commit d7934e4

Please sign in to comment.