memd-cli 1.4.0 → 1.4.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,6 @@ Options:
24
24
  --no-pager disable pager (less)
25
25
  --no-mouse disable mouse scroll in pager
26
26
  --no-color disable colored output
27
- --no-highlight disable syntax highlighting
28
27
  --width <number> terminal width override
29
28
  --ascii use pure ASCII mode for diagrams (default: unicode)
30
29
  --theme <name> syntax highlight theme (default, monokai, dracula,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memd-cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "type": "module",
5
5
  "main": "main.js",
6
6
  "bin": {