diff --git a/bower.json b/bower.json index 8ac9a482..a60e72c0 100644 --- a/bower.json +++ b/bower.json @@ -30,6 +30,6 @@ "tests" ], "dependencies": { - "jquery": "^3.0.0" + "jquery": ">=2.0.0 <4.0.0" } } \ No newline at end of file diff --git a/package.json b/package.json index f23e18c9..039da73b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "vinyl-source-stream": "^1.1.0" }, "dependencies": { - "jquery": "^3.0.0" + "jquery": ">=2.0.0 <4.0.0" }, "description": "Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern desktop and mobile browsers (tested no Android 4.4+ and iOS8+)\r ![air datepicker image](https://github.com/t1m0n/air-datepicker/raw/master/docs/img/promo-img.png)", "main": "src/js/air-datepicker.js",