Skip to content

Commit

Permalink
revert: "fix: use .mjs by default", close #815
Browse files Browse the repository at this point in the history
This reverts commit 2699348.
  • Loading branch information
antfu committed Sep 24, 2021
1 parent f854f4a commit 96899ce
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.mjs",
"module": "./dist/vue-composition-api.esm.js",
"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 96899ce

Please sign in to comment.