Skip to content

Commit

Permalink
refactor: use .mjs for module by default (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 28, 2021
1 parent 90b086b commit ff6a1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"url": "git+https://github.com/vuejs/composition-api.git"
},
"main": "./index.js",
"module": "./dist/vue-composition-api.esm.js",
"module": "./dist/vue-composition-api.mjs",
"unpkg": "./dist/vue-composition-api.prod.js",
"jsdelivr": "./dist/vue-composition-api.prod.js",
"types": "./dist/vue-composition-api.d.ts",
Expand Down

0 comments on commit ff6a1e3

Please sign in to comment.