Skip to content

Commit

Permalink
Bower supports Github shorthands
Browse files Browse the repository at this point in the history
  • Loading branch information
kevva committed Feb 26, 2014
1 parent 2119632 commit 0e693de
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 @@ -2,7 +2,7 @@
"name": "<%= _.slugify(appname) %>",
"private": true,
"dependencies": {<% if (includeBootstrap) { if (includeCompass) { %>
"bootstrap-sass": "git://github.com/twbs/bootstrap-sass.git#v3.1.0",<% } else { %>
"bootstrap-sass": "twbs/bootstrap-sass#v3.1.0",<% } else { %>
"bootstrap": "~3.0.3",<% }} if (includeModernizr) { %>
"modernizr": "~2.6.2",<% } %>
"jquery": "~1.11.0"
Expand Down

0 comments on commit 0e693de

Please sign in to comment.