2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Bootstrap v3 does not currently claim to be compatible with jQuery v3; closes #16834

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2015-07-27 16:35:02 -07:00
parent ef1ce9ac0b
commit 9b1a213cf7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,6 +29,6 @@
"test-infra"
],
"dependencies": {
"jquery": ">= 1.9.1"
"jquery": "1.9.1 - 2"
}
}