Skip to content

Commit

Permalink
feat(gen): Remove global jQuery dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pasine committed Sep 11, 2014
1 parent 21d52c9 commit a9230ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/templates/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"dependencies": {
"angular": ">=1.2.*",
"json3": "~3.3.1",
"es5-shim": "~3.0.1",
"jquery": "~1.11.0",<% if(filters.bootstrap) { %><% if (filters.sass) { %>
"es5-shim": "~3.0.1",<% if(filters.bootstrap) { %><% if (filters.sass) { %>
"bootstrap-sass-official": "~3.1.1",<% } %>
"bootstrap": "~3.1.1",<% } %>
"angular-resource": ">=1.2.*",
Expand Down

0 comments on commit a9230ca

Please sign in to comment.