diff --git a/package.json b/package.json index a3015dc..b2a3a53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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", @@ -8,7 +8,8 @@ "exports": { ".": { "require": "./dist/index.cjs.js", - "import": "./dist/index.esm.js" + "import": "./dist/index.esm.js", + "types": "./dist/index.d.ts" } }, "publishConfig": {