Skip to content

Commit 89dffde

Browse files
author
William Bernting
committed
support es6 via module property
1 parent 6d8b3d8 commit 89dffde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.2.0",
44
"description": "wrap a vue component as a web component, for IE 11 too.",
55
"main": "dist/vue-wc-wrapper.es5.js",
6+
"module": "dist/vue-wc-wrapper.js",
67
"unpkg": "dist/vue-wc-wrapper.es5.global.js",
78
"files": [
89
"dist"

0 commit comments

Comments
 (0)