update version for package managers, update jquery version to ^3.0.0

This commit is contained in:
t1m0n 2016-07-02 22:45:56 +03:00
parent d8a99c098d
commit d4e066866a
2 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
{
"name": "air-datepicker",
"version": "2.0.2",
"version": "2.1.0",
"authors": [
"t1m0n <t1m0n.tr@gmail.com>"
],
"description": "A lightweight, customizable, powerful jQuery datepicker",
"main": [
"dist/js/datepicker.min.js",
"dist/css/datepicker.min.css"
"dist/js/datepicker.js",
"dist/css/datepicker.css"
],
"keywords": [
"datepicker",
@ -30,6 +30,6 @@
"tests"
],
"dependencies": {
"jquery": "^2.2.3"
"jquery": "^3.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "air-datepicker",
"version": "2.0.2",
"version": "2.1.0",
"devDependencies": {
"autoprefixer": "^6.1.0",
"browserify": "^13.0.0",
@ -25,7 +25,7 @@
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"jquery": "^2.2.3"
"jquery": "^3.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",