bpmn-js/lib/core/index.js
Nico Rehwaldt d729818b94 feat(features/modeling): implement bpmn update as command listeners
This commit adds

* handling of bpmn update as command listeners
* label support

Related to bpmn-io/diagram-js#45

BREAKING CHANGE:

* rename bpmnModeling -> modeling to achive parity with diagram-js
2014-07-31 15:56:15 +02:00

3 lines
75 B
JavaScript

module.exports = {
bpmnImporter: [ 'type', require('./BpmnImporter') ]
};