Skip to content

Commit c99c31c

Browse files
annawen1Gururajj77tay1orjones
authored
chore: add wildcard to globals export (#20866)
Co-authored-by: Gururaj J <89023023+Gururajj77@users.noreply.github.com> Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
1 parent b42de7e commit c99c31c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"./es/components/*": {
3737
"default": "./es/components/*"
3838
},
39-
"./es/globals/": {
40-
"default": "./es/globals/"
39+
"./es/globals/*": {
40+
"default": "./es/globals/*"
4141
},
4242
"./es": "./es/index.js",
4343
"./es/": "./es/",

0 commit comments

Comments
 (0)