Skip to content

Commit

Permalink
Build: Update jQuery dependency to be >=1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed May 22, 2015
1 parent acae386 commit 1a422d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"test"
],
"dependencies": {
"jquery": ">=1.2.2"
"jquery": ">=1.7.0"
}
}
2 changes: 1 addition & 1 deletion mousewheel.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"homepage": "https://github.com/brandonaaron/jquery-mousewheel",
"download": "https://github.com/brandonaaron/jquery-mousewheel/tags",
"dependencies": {
"jquery": ">=1.2.2"
"jquery": ">=1.7.20"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"jam": {
"dependencies": {
"jquery": ">=1.2.2"
"jquery": ">=1.7.0"
}
}
}

0 comments on commit 1a422d4

Please sign in to comment.