Skip to content

Commit

Permalink
eupdated default export directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
muratgozel committed Oct 30, 2021
1 parent e6619b0 commit 3218913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mimetext",
"version": "2.0.3",
"version": "2.0.4",
"description": "RFC 2822 compliant raw email message generator written in node.js",
"exports": {
".": {
Expand All @@ -24,7 +24,7 @@
"require": "./dist/node/cjs/index.js"
}
},
"main": "src/entrypoints/node.js",
"main": "./dist/node/cjs/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 3218913

Please sign in to comment.