Skip to content

Commit ac0be07

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
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
}

mousewheel.jquery.json

Lines changed: 1 addition & 1 deletion
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.20"
2626
}
2727
}

package.json

Lines changed: 1 addition & 1 deletion
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)