mirror of
https://github.com/sartography/bpmn-js-spiffworkflow.git
synced 2025-02-24 21:48:29 +00:00
2. When injecting something, I realized how important having lowercase names in the imports can be. So changed the index.js files to refer to lower case names always. 3. Added a test for the DataObjectRules.
8 lines
234 B
JavaScript
8 lines
234 B
JavaScript
import SpiffWorkflowPropertiesProvider from './SpiffWorkflowPropertiesProvider';
|
|
|
|
export default {
|
|
__init__: [ 'spiffWorkflowPropertiesProvider' ],
|
|
spiffWorkflowPropertiesProvider: [ 'type', SpiffWorkflowPropertiesProvider ],
|
|
};
|
|
|