Skip to content

Commit

Permalink
rename plugin variable into info in infoDetector.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 committed Jun 15, 2023
1 parent 45f8fb4 commit 95bba56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/mermaid/src/diagrams/info/infoDetector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ const loader: DiagramLoader = async () => {
return { id, diagram };
};

const plugin: ExternalDiagramDefinition = {
export const info: ExternalDiagramDefinition = {
id,
detector,
loader,
};

export const info = plugin;

0 comments on commit 95bba56

Please sign in to comment.