Skip to content

Commit

Permalink
Fix(Explore Config): exports
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jun 10, 2023
1 parent 1ef992c commit 9209f88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/explore-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,14 @@
],
"sideEffects": false,
"main": "./dist/index.js",
"jsnext:main": "./dist/index.mjs",
"esnext": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
Expand Down

0 comments on commit 9209f88

Please sign in to comment.