Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit f6ae1a1

Browse files
authored
fix: correct file extension for module dist (#7)
1 parent 6e624b9 commit f6ae1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-i18n-composable",
33
"version": "0.2.1",
44
"main": "dist/index.js",
5-
"module": "dist/index.m.js",
5+
"module": "dist/index.mjs",
66
"types": "dist/index.d.ts",
77
"repository": "https://github.com/intlify/vue-i18n-composable",
88
"author": "Anthony Fu <anthonyfu117@hotmail.com>",

0 commit comments

Comments
 (0)