Skip to content

Commit

Permalink
Auto commit c7bb3e3c1473bc47b55ca57b273132bc42b702d0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitlab CI Bot committed Oct 25, 2024
1 parent 253ccf6 commit 22c962d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions dist/index.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/index.mjs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@mathcrowd/mmarked",
"version": "1.7.10",
"version": "1.7.11",
"description": "A customized markdown parser/renderer with tex2svg.",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
"main": "dist/index.cjs.js",
"module": "dist/index.mjs",
"main": "dist/index.cjs",
"exports": {
".": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
Expand Down

0 comments on commit 22c962d

Please sign in to comment.