5043 Move ELK to standalone package

This commit is contained in:
Sidharth Vinod
2023-11-19 00:44:44 +05:30
parent 510549f365
commit 0fec0ef624
18 changed files with 275 additions and 313 deletions

View File

@@ -22,4 +22,9 @@ export const packageOptions = {
packageName: 'mermaid-zenuml',
file: 'detector.ts',
},
'mermaid-flowchart-elk': {
name: 'mermaid-flowchart-elk',
packageName: 'mermaid-flowchart-elk',
file: 'detector.ts',
},
} as const;