Skip to content

Commit

Permalink
updated jquery version to range
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0n committed Sep 17, 2016
1 parent a400095 commit 590dc25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"tests"
],
"dependencies": {
"jquery": "^3.0.0"
"jquery": ">=2.0.0 <4.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"vinyl-source-stream": "^1.1.0"
},
"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)",
"main": "src/js/air-datepicker.js",
Expand Down

0 comments on commit 590dc25

Please sign in to comment.