Skip to content

Commit

Permalink
Merge pull request #3338 from mermaid-js/fix/3009
Browse files Browse the repository at this point in the history
Fix #3009 Update main in package.json
  • Loading branch information
knsv authored Aug 21, 2022
2 parents 280c7e8 + bc2b4c5 commit 858f2ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "mermaid",
"version": "9.1.5",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"main": "dist/mermaid.core.js",
"main": "dist/mermaid.min.js",
"module": "dist/mermaid.esm.min.mjs",
"exports": {
".": {
"require": "./dist/mermaid.core.js",
"require": "./dist/mermaid.min.js",
"import": "./dist/mermaid.esm.min.mjs"
},
"./*": "./*"
Expand Down

0 comments on commit 858f2ea

Please sign in to comment.