We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1098b commit 6699c39Copy full SHA for 6699c39
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "vue3-i18n",
3
- "version": "1.1.3",
+ "version": "1.1.4",
4
"description": "A i18n plugin for Vue3",
5
- "main": "dist/index.common.js",
6
- "module": "dist/index.esm.js",
+ "main": "dist/vue3-i18n.common.js",
+ "module": "dist/vue3-i18n.esm.js",
7
"unpkg": "dist/vue3-i18n.js",
8
"types": "dist/index.d.ts",
9
"scripts": {
0 commit comments