Skip to content

Commit

Permalink
fix(TMC-28189): adapt package config for faceted-search (#5337)
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour committed Jun 12, 2024
1 parent 0ab1655 commit 76b5025
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/wicked-hotels-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@talend/react-faceted-search": patch
---

Fix export for /lib/\*
4 changes: 2 additions & 2 deletions packages/faceted-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"module": "./lib-esm/index.js",
"exports": {
"./lib/*": {
"import": "./lib-esm/*/index.js",
"require": "./lib/*/index.js"
"import": "./lib-esm/*",
"require": "./lib/*"
},
".": {
"import": "./lib-esm/index.js",
Expand Down

0 comments on commit 76b5025

Please sign in to comment.