Skip to content

Commit

Permalink
Resolve module exports typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Apr 9, 2024
1 parent 7f7bae4 commit e4fbc02
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
Expand Up @@ -6,11 +6,11 @@
"dist"
],
"main": "dist/use-markdown.umd.cjs",
"module": "dist/use-markdown.mjs",
"module": "dist/use-markdown.js",
"types": "dist/use-markdown.d.ts",
"exports": {
".": {
"import": "./dist/use-markdown.mjs",
"import": "./dist/use-markdown.js",
"require": "./dist/use-markdown.umd.cjs",
"types": "./dist/use-markdown.d.ts"
}
Expand Down

0 comments on commit e4fbc02

Please sign in to comment.