@mermaid-js/mermaid-cli 10.9.0 → 11.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.html +172 -139
- package/dist-types/src/index.d.ts +11 -24
- package/dist-types/src/index.d.ts.map +1 -1
- package/package.json +15 -9
- package/src/index.js +46 -36
- package/dist/assets/fa-brands-400-a3b98177.svg +0 -3717
- package/dist/assets/fa-regular-400-be0a0849.svg +0 -801
- package/dist/assets/fa-solid-900-9674eb1b.svg +0 -5034
package/README.md
CHANGED
|
@@ -188,7 +188,7 @@ Some people are [having issues](https://github.com/mermaidjs/mermaid.cli/issues/
|
|
|
188
188
|
installing this tool globally. Installing it locally is an alternative solution:
|
|
189
189
|
|
|
190
190
|
```
|
|
191
|
-
|
|
191
|
+
npm install @mermaid-js/mermaid-cli
|
|
192
192
|
./node_modules/.bin/mmdc -h
|
|
193
193
|
```
|
|
194
194
|
|