chore: Fix imports

This commit is contained in:
Sidharth Vinod
2023-08-28 14:19:43 +05:30
parent 258dbf30e0
commit 146364aa67
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
"type": "module",
"exports": {
".": {
"import": "./dist/mermaid-parser.esm.mjs",
"import": "./dist/mermaid-parser.core.mjs",
"types": "./dist/src/index.d.ts"
}
},