Skip to content

Commit

Permalink
Force bower to use jquery 2.2.4
Browse files Browse the repository at this point in the history
jquery 3 is incompatible with bootstrap-sass, but because of
twbs/bootstrap-sass#1048 their bowerfile
does not spcify the correct version. This is a workaround that can
be reverted once boostrap-sass fixes the issue (scheduled for 3.3.7).
  • Loading branch information
Marco Brack committed Jul 22, 2016
1 parent db0b480 commit 8197f22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"sweetalert": "~1.1.3",
"zxcvbn": "~4.3.0",
"textarea-autosize": "~0.4.2",
"Chart.js": "~2.1.4"
"Chart.js": "~2.1.4",
"jquery": "2.2.4"
}
}

0 comments on commit 8197f22

Please sign in to comment.