2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

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
+1 -1
View File
@@ -3,6 +3,6 @@
"version": "2.3.2", "version": "2.3.2",
"main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"], "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
"dependencies": { "dependencies": {
"jquery": "~1.8.0" "jquery": ">=1.8.0 <2.1.0"
} }
} }