Skip to content

Commit c118e86

Browse files
committedOct 18, 2024·
fix: nested exports for the i18n package closes #4899
1 parent 3d8c856 commit c118e86

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎.changeset/old-tigers-kiss.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@vee-validate/i18n": patch
3+
---
4+
5+
fix: nested exports for the i18n package closes #4899

‎packages/i18n/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"types": "./dist/vee-validate-i18n.d.ts",
1515
"import": "./dist/vee-validate-i18n.esm.js",
1616
"require": "./dist/vee-validate-i18n.js"
17-
}
17+
},
18+
"./dist/locale/*.json": "./dist/locale/*.json"
1819
},
1920
"sideEffects": false,
2021
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.