Skip to content

Commit

Permalink
Revert "fix(store,world): explicit mud.config exports" (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Nov 10, 2023
1 parent f929a5c commit 22ea2c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/purple-buttons-mix.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"type": "module",
"exports": {
".": "./dist/ts/index.js",
"./mud.config": "./dist/mud.config.js",
"./codegen": "./dist/ts/codegen/index.js",
"./config": "./dist/ts/config/index.js",
"./register": "./dist/ts/register/index.js",
"./out/*": "./out/*"
"./out/*": "./out/*",
"./*": "./dist/*"
},
"typesVersions": {
"*": {
Expand Down
4 changes: 2 additions & 2 deletions packages/world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"type": "module",
"exports": {
".": "./dist/ts/index.js",
"./mud.config": "./dist/mud.config.js",
"./register": "./dist/ts/register/index.js",
"./node": "./dist/ts/node/index.js",
"./out/*": "./out/*"
"./out/*": "./out/*",
"./*": "./dist/*"
},
"typesVersions": {
"*": {
Expand Down

0 comments on commit 22ea2c5

Please sign in to comment.