Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: importing from esm in node (#814)
  • Loading branch information
chearon committed Sep 21, 2021
1 parent 66cfa95 commit 8c61b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"types": "./dist/vue-composition-api.d.ts",
"exports": {
".": {
"import": "./dist/vue-composition-api.esm.js",
"import": "./dist/vue-composition-api.mjs",
"require": "./index.js"
},
"./*": "./*"
Expand Down

0 comments on commit 8c61b07

Please sign in to comment.