Skip to content

Commit

Permalink
Auto commit 6ac2a87d298a08d3250392dbc29c4bfaa9608ea5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitlab CI Bot committed Oct 25, 2024
1 parent 4545c0e commit 253ccf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@mathcrowd/mmarked",
"version": "1.7.9",
"version": "1.7.10",
"description": "A customized markdown parser/renderer with tex2svg.",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
"main": "dist/index.cjs.js",
"exports": {
".": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.esm.js"
"import": "./dist/index.esm.js",
"types": "./dist/index.d.ts"
}
},
"publishConfig": {
Expand Down

0 comments on commit 253ccf6

Please sign in to comment.