bower.json: Update jQuery version range to exclude v3 (#1043)

Also makes the range match that of upstream Less-based Bootstrap.
Fixes #1042
This commit is contained in:
Rob Soule 2016-06-10 02:09:27 -05:00 коммит произвёл Chris Rebert
Родитель 0a64ad7610
Коммит 02c6138862
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -30,7 +30,7 @@
"Gemfile"
],
"dependencies": {
"jquery": ">= 1.9.0"
"jquery": "1.9.1 - 2"
},
"version": "3.3.6"
}