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

Update jQuery version check and jQuery dependency version range (#20338)

Closes #16834

[skip validator]
This commit is contained in:
Chris Rebert
2016-07-21 08:14:21 -07:00
committed by GitHub
parent c2404d30e9
commit edefe0e77a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,6 +29,6 @@
"test-infra"
],
"dependencies": {
"jquery": "1.9.1 - 2"
"jquery": "1.9.1 - 3"
}
}