mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
updated jquery version to range
This commit is contained in:
parent
a4000953e5
commit
590dc25664
@ -30,6 +30,6 @@
|
|||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "^3.0.0"
|
"jquery": ">=2.0.0 <4.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -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 ",
|
"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 ",
|
||||||
"main": "src/js/air-datepicker.js",
|
"main": "src/js/air-datepicker.js",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user