We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
module
1 parent 63481cf commit feccc99Copy full SHA for feccc99
package.json
@@ -14,6 +14,8 @@
14
"repository": "https://github.com/xico2k/laravel-vue-i18n",
15
"license": "MIT",
16
"description": "allows to connect your `Laravel` Framework localization files with `Vue`.",
17
+ "main": "dist/index.cjs",
18
+ "module": "dist/index.mjs",
19
"exports": {
20
".": {
21
"types": "./dist/index.d.ts",
0 commit comments