Skip to content

Commit 6699c39

Browse files
committed
Fix #7 #5 not found bug
1 parent cd1098b commit 6699c39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "vue3-i18n",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A i18n plugin for Vue3",
5-
"main": "dist/index.common.js",
6-
"module": "dist/index.esm.js",
5+
"main": "dist/vue3-i18n.common.js",
6+
"module": "dist/vue3-i18n.esm.js",
77
"unpkg": "dist/vue3-i18n.js",
88
"types": "dist/index.d.ts",
99
"scripts": {

0 commit comments

Comments
 (0)