2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Make jQuery 2.0 the minimum supported version.

This commit is contained in:
XhmikosR
2015-09-19 10:26:12 +03:00
parent a50849f61b
commit 9eded912a0
3 changed files with 3 additions and 19 deletions
+1 -1
View File
@@ -29,6 +29,6 @@
"test-infra"
],
"dependencies": {
"jquery": "1.9.1 - 2"
"jquery": "2"
}
}