Skip to content

Commit

Permalink
fix: adjust export paths
Browse files Browse the repository at this point in the history
  • Loading branch information
annawen1 committed Jan 8, 2025
1 parent 9217609 commit 9a1e1fa
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,10 @@
},
"type": "module",
"exports": {
"./es/components/*": {
"default": "./es/components/*"
},
"./es/globals/": {
"default": "./es/globals/"
},
"./es": "./es/index.js",
"./es/": "./es/",
"./lib/": "./lib/",
"./dist/": "./dist/",
"./scss/": "./scss/",
"./es/*": "./es/*",
"./lib/*": "./lib/*",
"./dist/*": "./dist/*",
"./scss/*": "./scss/*",
"./custom-elements.json": "./custom-elements.json",
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 9a1e1fa

Please sign in to comment.