mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	fix: Type file path for layout-elk
This commit is contained in:
		@@ -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"
 | 
			
		||||
    },
 | 
			
		||||
    "./*": "./*"
 | 
			
		||||
  },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user