Skip to content

Commit

Permalink
fix(TMC-28189): fix exports config in react-forms (#5335)
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour authored Jun 11, 2024
1 parent 0f61b63 commit a1684f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-weeks-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@talend/react-forms": patch
---

fix exports config
4 changes: 4 additions & 0 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"types": "./lib/index.d.ts",
"module": "./lib-esm/index.js",
"exports": {
"./lib/*": {
"import": "./lib-esm/*",
"require": "./lib/*"
},
".": {
"import": "./lib-esm/index.js",
"require": "./lib/index.js"
Expand Down

0 comments on commit a1684f0

Please sign in to comment.