Romain Linsolas e48ea20bbd 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`.
2016-06-17 08:56:49 +02:00

13 lines
234 B
JSON

{
"name": "bootstrap-datepicker",
"main": [
"dist/css/bootstrap-datepicker3.css",
"dist/js/bootstrap-datepicker.js"
],
"license": "Apache-2.0",
"dependencies": {
"jquery" : ">=1.7.1 <3.0.0"
},
"ignore": []
}