From 590dc2566425771c8dbac870cb61c8e6efca54b1 Mon Sep 17 00:00:00 2001 From: t1m0n Date: Sat, 17 Sep 2016 20:37:55 +0300 Subject: [PATCH] updated jquery version to range --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",