Skip to content

Commit

Permalink
Fix locales exports
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardHelm committed Feb 6, 2024
1 parent ca8a03d commit 14ce2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"import": "./*/index.js",
"require": "./*/index.cjs"
},
"./locales/*.js": {
"./locales/*": {
"types": "./locales/*.d.ts",
"import": "./locales/*.js",
"require": "./locales/*.cjs"
Expand Down

0 comments on commit 14ce2a5

Please sign in to comment.