Skip to content

Commit

Permalink
added module export.
Browse files Browse the repository at this point in the history
  • Loading branch information
muratgozel committed Oct 30, 2021
1 parent 3218913 commit 16bd947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mimetext",
"version": "2.0.4",
"version": "2.0.5",
"description": "RFC 2822 compliant raw email message generator written in node.js",
"exports": {
".": {
Expand All @@ -25,6 +25,7 @@
}
},
"main": "./dist/node/cjs/index.js",
"module": "./dist/node/es/index.js",
"scripts": {
"test": "for i in tests/*.js; do node \"$i\"; done",
"build": "rollup --config rollup.config.js"
Expand Down

0 comments on commit 16bd947

Please sign in to comment.