Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Fix issues #21
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikhorn93 committed Nov 14, 2018
1 parent 111c573 commit 6aea4ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions client/lib/custom/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
__init__: [ 'paletteProvider', 'customRules', 'contextPadProvider', 'replaceMenuProvider' ],
__init__: [ 'paletteProvider', 'contextPadProvider', 'replaceMenuProvider' ],
paletteProvider: [ 'type', require('./CustomPalette') ],
customRules: [ 'type', require('./CustomRules') ],
replaceMenuProvider: [ 'type', require('./CustomReplaceMenuProvider') ],
contextPadProvider: [ 'type', require('./CustomContextPadProvider') ]
};
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zeebe-modeler-builder",
"version": "0.2.0",
"version": "0.2.1",
"description": "Zeebe Modeler for BPMN based on bpmn.io",
"scripts": {
"app:auto-test": "npm run app:test -- --watch",
Expand Down

0 comments on commit 6aea4ea

Please sign in to comment.