2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Support jQuery v3 in Bootstrap v4 (#20191)

* bower.json, package.json: Extend jQuery version ranges to include v3
* NuGet: Bump jQuery to v3.0.0.1
* Docs+Examples: Update jQuery to v3.0.0
* Use jQuery v3.0.0 for JS unit tests
* Update jqueryVersionCheck to allow jQuery v3.x.x
This commit is contained in:
Chris Rebert
2016-06-28 22:19:46 -07:00
committed by GitHub
parent 8900d953ed
commit ed3ba47425
21 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -37,7 +37,7 @@
},
"license": "MIT",
"dependencies": {
"jquery": "1.9.1 - 2",
"jquery": "1.9.1 - 3",
"tether": "^1.1.1"
},
"devDependencies": {
@@ -101,7 +101,7 @@
}
},
"dependencies": {
"jquery": "*"
"jquery": "1.9.1 - 3"
}
}
}