component.json -> bower.json; adjust jquery to >=1.8.0 <2.1.0

This commit is contained in:
Chris Rebert 2013-07-18 22:57:59 -07:00
parent d991ef2ab1
commit 790cb187f1

View file

@ -3,6 +3,6 @@
"version": "2.3.2",
"main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
"dependencies": {
"jquery": "~1.8.0"
"jquery": ">=1.8.0 <2.1.0"
}
}