Skip to content

Commit

Permalink
Update keywords and description
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Mar 9, 2024
1 parent 73888ea commit 579f1f9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions packages/mermaid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mermaid",
"version": "11.0.0-alpha.6",
"description": "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"description": "Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.",
"type": "module",
"module": "./dist/mermaid.core.mjs",
"types": "./dist/mermaid.d.ts",
Expand All @@ -20,7 +20,16 @@
"sequence diagram",
"gantt",
"class diagram",
"git graph"
"git graph",
"mindmap",
"packet diagram",
"c4 diagram",
"er diagram",
"pie chart",
"pie diagram",
"quadrant chart",
"requirement diagram",
"graph"
],
"scripts": {
"clean": "rimraf dist",
Expand Down

0 comments on commit 579f1f9

Please sign in to comment.