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:
Romain Linsolas 2016-06-17 08:56:49 +02:00 committed by GitHub
parent adb6ac5140
commit e48ea20bbd

View File

@ -6,7 +6,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"jquery" : ">=1.7.1"
"jquery" : ">=1.7.1 <3.0.0"
},
"ignore": []
}