Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: fix exports map
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Mar 14, 2023
1 parent 2ef5f5c commit 4332006
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 @@ -50,7 +50,7 @@
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./src/index.js"
"import": "./dist/src/index.js"
}
},
"eslintConfig": {
Expand Down

0 comments on commit 4332006

Please sign in to comment.