Skip to content

Commit 7b5d9ef

Browse files
committed
feat: updated main entry for cjs files
1 parent 4779c1a commit 7b5d9ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md-to-react-email",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A simple Markdown parser for React-email written in typescript.",
55
"keywords": [
66
"markdown",
@@ -13,8 +13,8 @@
1313
"type": "git",
1414
"url": "https://github.com/codeskills-dev/md-to-react-email.git"
1515
},
16-
"main": "./dist/index.cjs",
17-
"module": "./dist/index.js",
16+
"main": "./dist/index.js",
17+
"module": "./dist/index.mjs",
1818
"types": "./dist/index.d.ts",
1919
"files": [
2020
"dist"

0 commit comments

Comments
 (0)