Skip to content

Commit

Permalink
Merge pull request #5761 from mermaid-js/sidv/fixElkTypes
Browse files Browse the repository at this point in the history
fix: Type file path for layout-elk
  • Loading branch information
sidharthv96 authored Aug 24, 2024
2 parents 158f992 + b34dfe8 commit 5db856c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-plants-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mermaid-js/layout-elk': patch
---

Fix type file path
4 changes: 2 additions & 2 deletions packages/mermaid-layout-elk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.1",
"description": "ELK layout engine for mermaid",
"module": "dist/mermaid-layout-elk.core.mjs",
"types": "dist/layout.d.ts",
"types": "dist/layouts.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/mermaid-layout-elk.core.mjs",
"types": "./dist/layout.d.ts"
"types": "./dist/layouts.d.ts"
},
"./*": "./*"
},
Expand Down

0 comments on commit 5db856c

Please sign in to comment.