Added jquery-mousewheel dependency

This commit is contained in:
neveldo
2015-01-04 13:01:54 +01:00
parent 5c19e18823
commit 0d360d870f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
"dependencies": {
"raphael": ">=2.1.2",
"jquery": ">=1.7",
"jquery-mousewheel": ">=3.1.6"
"jquery-mousewheel": ">=3.1.6"
}
}
+2 -1
View File
@@ -34,6 +34,7 @@
"download": "https://github.com/neveldo/jQuery-Mapael/tags",
"dependencies": {
"jquery": ">=1.7",
"raphael": ">=2.1.2"
"raphael": ">=2.1.2",
"jquery-mousewheel": ">=3.1.6"
}
}