Skip to content

Commit

Permalink
Fix #3009 Update main
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 authored Aug 21, 2022
1 parent 280c7e8 commit bc2b4c5
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 bc2b4c5

Please sign in to comment.