Skip to content

Commit

Permalink
fix(build): node deprecated warning in export module (#2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidyfine committed Oct 4, 2021
1 parent 186e671 commit a9cc8ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -9,6 +9,7 @@
"require": "./dist/vuex.common.js",
"import": "./dist/vuex.mjs"
},
"./*": "./*",
"./": "./"
},
"module": "dist/vuex.esm.js",
Expand Down

0 comments on commit a9cc8ec

Please sign in to comment.