Skip to content

Commit

Permalink
fix: nested exports for the i18n package closes #4899
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Oct 18, 2024
1 parent 3d8c856 commit c118e86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/old-tigers-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vee-validate/i18n": patch
---

fix: nested exports for the i18n package closes #4899
3 changes: 2 additions & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"types": "./dist/vee-validate-i18n.d.ts",
"import": "./dist/vee-validate-i18n.esm.js",
"require": "./dist/vee-validate-i18n.js"
}
},
"./dist/locale/*.json": "./dist/locale/*.json"
},
"sideEffects": false,
"files": [
Expand Down

0 comments on commit c118e86

Please sign in to comment.