Skip to content

Commit

Permalink
feat: updated main entry for cjs files
Browse files Browse the repository at this point in the history
  • Loading branch information
lordelogos committed Jun 11, 2023
1 parent 4779c1a commit 7b5d9ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md-to-react-email",
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple Markdown parser for React-email written in typescript.",
"keywords": [
"markdown",
Expand All @@ -13,8 +13,8 @@
"type": "git",
"url": "https://github.com/codeskills-dev/md-to-react-email.git"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
Expand Down

0 comments on commit 7b5d9ef

Please sign in to comment.