Skip to content

Commit

Permalink
fix: make exports match build artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Dec 13, 2024
1 parent c64f6e3 commit 93d8735
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/dart-board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"type": "module",
"exports": {
".": {
"import": "./dist/index.esm.js"
"import": "./dist/index.es.js"
},
"./src": {
"import": "./src/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"type": "module",
"exports": {
".": {
"import": "./dist/index.esm.js"
"import": "./dist/index.es.js"
},
"./src": {
"import": "./src/"
Expand Down
2 changes: 1 addition & 1 deletion packages/layer-selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"type": "module",
"exports": {
".": {
"import": "./dist/index.esm.js"
"import": "./dist/index.es.js"
},
"./src/": {
"import": "./src/"
Expand Down
2 changes: 1 addition & 1 deletion packages/mouse-trap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"type": "module",
"exports": {
".": {
"import": "./dist/index.esm.js"
"import": "./dist/index.es.js"
},
"./src": {
"import": "./src/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"type": "module",
"exports": {
".": {
"import": "./dist/index.esm.js"
"import": "./dist/index.es.js"
},
"./src": {
"import": "./src/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/sherlock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"type": "module",
"exports": {
".": {
"import": "./dist/index.esm.js"
"import": "./dist/index.es.js"
},
"./src": {
"import": "./src/index.js"
Expand Down

0 comments on commit 93d8735

Please sign in to comment.