chore(package.json): add 'jquery-mousewheel' as dependency to fix broken build

This commit is contained in:
jdotzki 2014-04-16 15:34:28 +02:00
parent db982770c3
commit 6623500c23
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@
"lodash": "~2.4.0",
"didi": "~0.0.4",
"jquery": "~2.1.0",
"through": "^2.3.4"
"through": "^2.3.4",
"jquery-mousewheel": "^3.1.11"
},
"dependencies": {
"bpmn-moddle": "~0.0.1",