Skip to content

Commit

Permalink
fix: revert module field to esm.js version, close #769
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 22, 2021
1 parent 2ba5a66 commit 4ac545c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -11,13 +11,13 @@
"url": "git+https://github.com/vuejs/composition-api.git"
},
"main": "./index.js",
"module": "./dist/vue-composition-api.mjs",
"module": "./dist/vue-composition-api.esm.js",
"unpkg": "./dist/vue-composition-api.prod.js",
"jsdelivr": "./dist/vue-composition-api.prod.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/vue-composition-api.mjs",
"import": "./dist/vue-composition-api.esm.js",
"require": "./index.js"
},
"./*": "./*"
Expand Down

0 comments on commit 4ac545c

Please sign in to comment.