Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
Updating Bower packages
Browse files Browse the repository at this point in the history
  • Loading branch information
luboskmetko committed Jun 5, 2015
1 parent 72a9654 commit c173ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"dependencies": {
<% if (features.useModernizr) { %>"modernizr": "^2.8.3",<% } else { %>"html5shiv": "^3.7.2",<% } %>
<% if (features.useBootstrap) { %>"bootstrap": "^3.3.2",<% } else { %>"normalize.css": "^3.0.2",<% } %>
"jquery": "^1.11.2"
<% if (features.useBootstrap) { %>"bootstrap": "^3.3.4",<% } else { %>"normalize.css": "^3.0.3",<% } %>
"jquery": "^1.11.3"
},
"devDependencies": {}
}

0 comments on commit c173ead

Please sign in to comment.