Skip to content

Commit 3761261

Browse files
authored
Update package.json. Fix #2223 issue
1 parent 0fa7e86 commit 3761261

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
".": {
88
"module": "./dist/vuex.esm-bundler.js",
99
"require": "./dist/vuex.cjs.js",
10-
"import": "./dist/vuex.mjs"
10+
"import": "./dist/vuex.mjs",
11+
"types": ".types/index.d.ts"
1112
},
1213
"./*": "./*",
1314
"./": "./"

0 commit comments

Comments
 (0)