Skip to content

Commit

Permalink
Update packages/mermaid/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Alois Klink <alois@aloisklink.com>
  • Loading branch information
sidharthv96 and aloisklink committed Apr 23, 2023
1 parent 125be13 commit 5625149
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/mermaid/package.json
Expand Up @@ -3,14 +3,12 @@
"version": "10.1.0",
"description": "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"type": "module",
"main": "./dist/mermaid.min.js",
"module": "./dist/mermaid.core.mjs",
"types": "./dist/mermaid.d.ts",
"exports": {
".": {
"types": "./dist/mermaid.d.ts",
"import": "./dist/mermaid.core.mjs",
"require": "./dist/mermaid.js",
"default": "./dist/mermaid.core.mjs"
},
"./*": "./*"
Expand Down

0 comments on commit 5625149

Please sign in to comment.