chore: remove ./* part from exports in parser/package.json

Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
Reda Al Sulais
2023-08-21 03:03:50 +03:00
committed by GitHub
parent 83e47a7216
commit cc6f896b69

View File

@@ -14,8 +14,7 @@
".": { ".": {
"import": "./dist/mermaid-parser.esm.mjs", "import": "./dist/mermaid-parser.esm.mjs",
"types": "./dist/src/index.d.ts" "types": "./dist/src/index.d.ts"
}, }
"./*": "./*"
}, },
"scripts": { "scripts": {
"clean": "rimraf dist src/language/generated", "clean": "rimraf dist src/language/generated",