fix: Update tiny file name

This commit is contained in:
Sidharth Vinod
2025-04-18 15:33:31 +05:30
parent 549dc86b21
commit 3753967c8f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"version": "11.6.0",
"description": "Tiny version of mermaid",
"type": "commonjs",
"main": "./dist/mermaid.tiny.min.js",
"main": "./dist/mermaid.tiny.js",
"scripts": {
"clean": "rimraf dist"
},