Skip to content

Commit

Permalink
Update package.json. Fix vuejs#2223 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sweeeeetch committed May 26, 2023
1 parent 0fa7e86 commit 3761261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -7,7 +7,8 @@
".": {
"module": "./dist/vuex.esm-bundler.js",
"require": "./dist/vuex.cjs.js",
"import": "./dist/vuex.mjs"
"import": "./dist/vuex.mjs",
"types": ".types/index.d.ts"
},
"./*": "./*",
"./": "./"
Expand Down

0 comments on commit 3761261

Please sign in to comment.