Skip to content

Commit

Permalink
fix: Import path in viewer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Nov 8, 2022
1 parent 8e63a07 commit c7f7ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/platform/viewer.js
@@ -1,5 +1,5 @@
import mermaid2 from '../../packages/mermaid/src/mermaid';
import mindmap from '../../packages/mermaid-example-diagram/src/detector';
import mindmap from '../../packages/mermaid-mindmap/src/detector';

function b64ToUtf8(str) {
return decodeURIComponent(escape(window.atob(str)));
Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/package.json
@@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "9.2.0",
"version": "9.2.2-rc1",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"main": "./dist/mermaid.min.js",
"module": "./dist/mermaid.core.mjs",
Expand Down

0 comments on commit c7f7ff3

Please sign in to comment.