mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-11 00:16:24 +00:00
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
3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
module.exports = {
|
|
bpmnImporter: [ 'type', require('./BpmnImporter') ]
|
|
}; |