Skip to content

Commit

Permalink
fix: Main entrypoint in exports is just "."
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Feb 12, 2021
1 parent 5d37f80 commit 8f70b02
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 @@ -27,7 +27,7 @@
"main": "lib/index.js",
"module": "lib/index.mjs",
"exports": {
"./": {
".": {
"require": "./lib/index.js",
"import": "./lib/index.mjs"
},
Expand Down

0 comments on commit 8f70b02

Please sign in to comment.