fixed jquery version in bower.json, closes #29

This commit is contained in:
t1m0n 2016-04-27 13:45:10 +03:00
parent 6e1d04bff9
commit da2d3ae19d

View File

@ -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"
} }
} }