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

Commit

Permalink
Fixes #217
Browse files Browse the repository at this point in the history
  • Loading branch information
luboskmetko committed Apr 27, 2016
1 parent 248218e commit 864caf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {<% if (features.useBootstrap && cssPreprocessor === 'scss') { %>
"bootstrap-sass": "^3.3.5"<% } %><% if (features.useBootstrap && cssPreprocessor === 'less') { %>
"bootstrap": "^3.3.5"<% } %><% if (!features.useBootstrap) { %>
"normalize.css": "^3.0.3"<% } %><% if (features.useJquery) { %>,
"normalize.css": "^4.1.1"<% } %><% if (features.useJquery) { %>,
"jquery": "^2.1.4"<% } %>
},
"devDependencies": {}
Expand Down

0 comments on commit 864caf2

Please sign in to comment.