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

Commit bb631a1

Browse files
committedApr 26, 2019
🐛 bug: fix ES Modules distribution
1 parent 8ec193c commit bb631a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎package.json

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
"dist/vue-i18n.min.js",
7676
"dist/vue-i18n.common.js",
7777
"dist/vue-i18n.esm.js",
78+
"dist/vue-i18n.esm.browser.js",
79+
"dist/vue-i18n.esm.browser.min.js",
7880
"src/**/*.js",
7981
"types/*.d.ts",
8082
"decls"

0 commit comments

Comments
 (0)
This repository has been archived.