Skip to content

Commit

Permalink
Updates template dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed May 28, 2015
1 parent 05eff1f commit 3efab62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"bower_components"
],
"dependencies": {<% if (boilerplate == 'VanillaJS') { %>
"webcomponentsjs": "^0.7.0"<% } %><% if (boilerplate == 'Polymer') { %>
"polymer": "Polymer/polymer#^0.9.0"<% } %><% if (boilerplate == 'X-Tag') { %>
"x-tag-core": "^1.0.14"<% } %>
"webcomponentsjs": "^0.7.2"<% } %><% if (boilerplate == 'Polymer') { %>
"polymer": "Polymer/polymer#^1.0.0"<% } %><% if (boilerplate == 'X-Tag') { %>
"x-tag-core": "^1.1.6"<% } %>
}
}

0 comments on commit 3efab62

Please sign in to comment.