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

Commit

Permalink
Update bower dependencies
Browse files Browse the repository at this point in the history
Updated all of them to the latest stable version.
  • Loading branch information
jackfranklin committed Feb 11, 2014
1 parent c81c324 commit 25d4819
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/templates/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.0.0",
"dependencies": {<% if (compassBootstrap) { %>
"sass-bootstrap": "~3.0.0",<% } %>
"jquery": "~1.9.0",
"underscore": "~1.4.3",
"backbone": "~1.0.0",<% if (includeRequireJS) { %>
"requirejs": "~2.1.5",
"requirejs-text": "~2.0.5",<% } %>
"modernizr": "~2.6.2"<% if (templateFramework === 'handlebars') { %>,
"handlebars": "~1.0.0"<% } %>
"jquery": "~2.1.0",
"underscore": "~1.6.0",
"backbone": "~1.1.0",<% if (includeRequireJS) { %>
"requirejs": "~2.1.10",
"requirejs-text": "~2.0.10",<% } %>
"modernizr": "~2.7.1"<% if (templateFramework === 'handlebars') { %>,
"handlebars": "~1.3.0"<% } %>
},
"devDependencies": {}
}

0 comments on commit 25d4819

Please sign in to comment.