mirror of
https://github.com/uxsolutions/bootstrap-datepicker.git
synced 2026-01-25 16:46:28 +00:00
fix: do not allow jQuery 3
Bootstrap 3 is not compatible with jQuery 3 (https://github.com/twbs/bootstrap/issues/16834), so avoid allowing it in `bower.json`.
This commit is contained in:
parent
adb6ac5140
commit
e48ea20bbd
@ -6,7 +6,7 @@
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"jquery" : ">=1.7.1"
|
||||
"jquery" : ">=1.7.1 <3.0.0"
|
||||
},
|
||||
"ignore": []
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user