Skip to content

Commit ac2b922

Browse files
committed
fix json mapping
1 parent 37064e4 commit ac2b922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"exports": {
1313
".": "./lib/index.mjs",
1414
"./config.json": "./config.json",
15-
"./locales/*": "./locales/*.json"
15+
"./locales/*.json": "./locales/*.json"
1616
},
1717
"scripts": {
1818
"build": "tsc --declaration --emitDeclarationOnly",

0 commit comments

Comments
 (0)