mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-01 14:46:41 +02:00
fix: Type file path for layout-elk
This commit is contained in:
5
.changeset/khaki-plants-watch.md
Normal file
5
.changeset/khaki-plants-watch.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@mermaid-js/layout-elk': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix type file path
|
@@ -3,12 +3,12 @@
|
|||||||
"version": "0.1.1",
|
"version": "0.1.1",
|
||||||
"description": "ELK layout engine for mermaid",
|
"description": "ELK layout engine for mermaid",
|
||||||
"module": "dist/mermaid-layout-elk.core.mjs",
|
"module": "dist/mermaid-layout-elk.core.mjs",
|
||||||
"types": "dist/layout.d.ts",
|
"types": "dist/layouts.d.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": "./dist/mermaid-layout-elk.core.mjs",
|
"import": "./dist/mermaid-layout-elk.core.mjs",
|
||||||
"types": "./dist/layout.d.ts"
|
"types": "./dist/layouts.d.ts"
|
||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user