Skip to content

Commit

Permalink
fix(build): node deprecated warning in export module (vuejs#2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidyfine authored and bargar committed Jan 11, 2023
1 parent 9039c21 commit 0c5db2a
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 0c5db2a

Please sign in to comment.