fix(package.json): correct wrong bpmn-moddle version

This commit is contained in:
Nico Rehwaldt 2014-04-08 15:09:20 +02:00
parent c26c2b9c86
commit c662225091
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
"through": "^2.3.4" "through": "^2.3.4"
}, },
"dependencies": { "dependencies": {
"bpmn-moddle": "~0.0.2", "bpmn-moddle": "~0.0.1",
"moddle": "~0.0.2", "moddle": "~0.0.2",
"diagram-js": "~0.0.2" "diagram-js": "~0.0.2"
}, },