updated jquery version to range

This commit is contained in:
t1m0n 2016-09-17 20:37:55 +03:00
parent a4000953e5
commit 590dc25664
2 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,6 @@
"tests" "tests"
], ],
"dependencies": { "dependencies": {
"jquery": "^3.0.0" "jquery": ">=2.0.0 <4.0.0"
} }
} }

View File

@ -25,7 +25,7 @@
"vinyl-source-stream": "^1.1.0" "vinyl-source-stream": "^1.1.0"
}, },
"dependencies": { "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)", "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", "main": "src/js/air-datepicker.js",