fix(package.json): correct wrong bpmn-moddle version
This commit is contained in:
parent
c26c2b9c86
commit
c662225091
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue