Skip to content

Commit ddcb162

Browse files
committed
Build: Update jQuery dependency to be >=1.7.0
1 parent cc2c5d7 commit ddcb162

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"test"
1313
],
1414
"dependencies": {
15-
"jquery": ">=1.2.2"
15+
"jquery": ">=1.7.0"
1616
}
1717
}

Diff for: mousewheel.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"homepage": "https://github.com/brandonaaron/jquery-mousewheel",
2323
"download": "https://github.com/brandonaaron/jquery-mousewheel/tags",
2424
"dependencies": {
25-
"jquery": ">=1.2.2"
25+
"jquery": ">=1.7.0"
2626
}
2727
}

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"jam": {
4949
"dependencies": {
50-
"jquery": ">=1.2.2"
50+
"jquery": ">=1.7.0"
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)