md2x 0.5.1 → 0.5.2

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 (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "md2x",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Markdown converter (local, no server). Supports Mermaid/Graphviz/Vega/HTML/SVG rendering, math, and code highlighting.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -23,7 +23,6 @@
23
23
  "dev": "node build.mjs --watch --run",
24
24
  "cli": "node dist/md2x.js",
25
25
  "test": "node --test test/*.test.mjs",
26
- "postinstall": "puppeteer browsers install chrome",
27
26
  "prepublishOnly": "node build.mjs"
28
27
  },
29
28
  "keywords": [