Skip to content

Commit

Permalink
fix: correct prod mjs in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 3, 2023
1 parent e495614 commit 9272afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types": "./dist/mande.d.ts",
"node": {
"import": {
"production": "./dist/mande.prod.cjs",
"production": "./dist/mande.prod.mjs",
"development": "./dist/mande.mjs",
"default": "./dist/mande.mjs"
},
Expand Down

0 comments on commit 9272afb

Please sign in to comment.