markdown-to-jsx 9.1.0 → 9.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "A very fast and versatile markdown toolchain. AST, React, and HTML output available with full customization.",
|
|
4
4
|
"homepage": "https://markdown-to-jsx.quantizor.dev",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "9.1.
|
|
6
|
+
"version": "9.1.1",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public",
|
|
9
9
|
"mangle": {
|
|
@@ -160,6 +160,6 @@
|
|
|
160
160
|
"analyze": "bun scripts/analyze-patterns.ts",
|
|
161
161
|
"bench:all": "bun scripts/benchmark.ts --all",
|
|
162
162
|
"bench:jsx": "bun scripts/benchmark.ts --jsx",
|
|
163
|
-
"changeset-publish": "bun run build && bun build-site && changeset publish"
|
|
163
|
+
"changeset-publish": "bun run build && bun build-site && git add docs && changeset publish"
|
|
164
164
|
}
|
|
165
165
|
}
|