Build: Require jQuery >=1.8.0 <4.0.0, not >=1.6 in bower.json

This commit is contained in:
Michał Gołębiowski-Owczarek 2021-09-24 19:01:05 +02:00 committed by Felix Nagel
parent f381ec0513
commit b0ed787d18

View File

@ -9,7 +9,7 @@
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.6"
"jquery": ">=1.8.0 <4.0.0"
},
"devDependencies": {
"jquery-color": "2.2.0",