Skip to content

Commit

Permalink
build: adding locales path to exports in package.json (#44153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rambou committed Nov 12, 2021
1 parent 539d720 commit ecae6b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/common/package.json
Expand Up @@ -17,6 +17,12 @@
},
"./locales/*": {
"default": "./locales/*.mjs"
},
"./locales": {
"default": "./locales"
},
"./locales/extra": {
"default": "./locales/extra"
}
},
"peerDependencies": {
Expand Down

0 comments on commit ecae6b2

Please sign in to comment.