Skip to content

Commit 4ac545c

Browse files
committed
fix: revert module field to esm.js version, close #769
1 parent 2ba5a66 commit 4ac545c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"url": "git+https://github.com/vuejs/composition-api.git"
1212
},
1313
"main": "./index.js",
14-
"module": "./dist/vue-composition-api.mjs",
14+
"module": "./dist/vue-composition-api.esm.js",
1515
"unpkg": "./dist/vue-composition-api.prod.js",
1616
"jsdelivr": "./dist/vue-composition-api.prod.js",
1717
"types": "./dist/index.d.ts",
1818
"exports": {
1919
".": {
20-
"import": "./dist/vue-composition-api.mjs",
20+
"import": "./dist/vue-composition-api.esm.js",
2121
"require": "./index.js"
2222
},
2323
"./*": "./*"

0 commit comments

Comments
 (0)