mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
rename plugin variable into info in infoDetector.ts
This commit is contained in:
@@ -15,10 +15,8 @@ const loader: DiagramLoader = async () => {
|
|||||||
return { id, diagram };
|
return { id, diagram };
|
||||||
};
|
};
|
||||||
|
|
||||||
const plugin: ExternalDiagramDefinition = {
|
export const info: ExternalDiagramDefinition = {
|
||||||
id,
|
id,
|
||||||
detector,
|
detector,
|
||||||
loader,
|
loader,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const info = plugin;
|
|
||||||
|
Reference in New Issue
Block a user