mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
fixed jquery version in bower.json, closes #29
This commit is contained in:
parent
6e1d04bff9
commit
da2d3ae19d
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "air-datepicker",
|
"name": "air-datepicker",
|
||||||
"version": "1.0.0",
|
"version": "2.0.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"t1m0n <t1m0n.tr@gmail.com>"
|
"t1m0n <t1m0n.tr@gmail.com>"
|
||||||
],
|
],
|
||||||
@ -28,6 +28,6 @@
|
|||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "~2.1.4"
|
"jquery": "^2.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user