Skip to content

Commit

Permalink
Revert change to erc20 module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
vdrg committed Oct 23, 2024
1 parent c303b42 commit 9b6ad51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/world-module-erc20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"license": "MIT",
"type": "module",
"exports": {
"internal": "./dist/internal.js",
"mud.config": "./dist/mud.config.js",
"out/*": "./out/*"
"./internal": "./dist/internal.js",
"./mud.config": "./dist/mud.config.js",
"./out/*": "./out/*"
},
"typesVersions": {
"*": {
Expand Down

0 comments on commit 9b6ad51

Please sign in to comment.