We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4779c1a commit 7b5d9efCopy full SHA for 7b5d9ef
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "md-to-react-email",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A simple Markdown parser for React-email written in typescript.",
5
"keywords": [
6
"markdown",
@@ -13,8 +13,8 @@
13
"type": "git",
14
"url": "https://github.com/codeskills-dev/md-to-react-email.git"
15
},
16
- "main": "./dist/index.cjs",
17
- "module": "./dist/index.js",
+ "main": "./dist/index.js",
+ "module": "./dist/index.mjs",
18
"types": "./dist/index.d.ts",
19
"files": [
20
"dist"
0 commit comments