Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Apr 25, 2023
1 parent ddf1969 commit 5299d30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "dist/vuex.common.js",
"exports": {
".": {
"types": "./types/index.d.ts",
"module": "./dist/vuex.esm.js",
"require": "./dist/vuex.common.js",
"import": "./dist/vuex.mjs"
Expand All @@ -15,6 +16,7 @@
"module": "dist/vuex.esm.js",
"unpkg": "dist/vuex.js",
"jsdelivr": "dist/vuex.js",
"types": "types/index.d.ts",
"typings": "types/index.d.ts",
"sideEffects": false,
"files": [
Expand Down

0 comments on commit 5299d30

Please sign in to comment.