Skip to content

Commit feccc99

Browse files
committed
fix: Add back main and module.
1 parent 63481cf commit feccc99

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
@@ -14,6 +14,8 @@
1414
"repository": "https://github.com/xico2k/laravel-vue-i18n",
1515
"license": "MIT",
1616
"description": "allows to connect your `Laravel` Framework localization files with `Vue`.",
17+
"main": "dist/index.cjs",
18+
"module": "dist/index.mjs",
1719
"exports": {
1820
".": {
1921
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)