Skip to content

Commit

Permalink
fix(build): fix wrong path name for the export module
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Jan 26, 2021
1 parent 3799862 commit 679313b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/vuex.common.js",
"exports": {
".": {
"module": "./dist/vuex.esm-bundler.js",
"module": "./dist/vuex.esm.js",
"require": "./dist/vuex.common.js",
"import": "./dist/vuex.mjs"
},
Expand Down

0 comments on commit 679313b

Please sign in to comment.