mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 17:16:02 +00:00
bd6aa53662
This commit removes the bpmn model specific parts that have been outsourced to the project bpmn-io/bpmn-moddle. In addition it removes BPMN 2.0 diagrams that were crafted especially for tests of that functionality. Closes #25
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
var Viewer = require('./Viewer'),
|
|
Model = require('bpmn-moddle');
|
|
|
|
|
|
module.exports.Viewer = Viewer;
|
|
module.exports.BpmnModel = Model; |