Skip to content

Commit cfe1ca9

Browse files
committed
add module field in package.json
1 parent c77f2ac commit cfe1ca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"main": "dist/apexcharts.common.js",
1010
"es2020": "dist/apexcharts.esm.js",
11+
"module": "dist/apexcharts.esm.js",
1112
"unpkg": "dist/apexcharts.js",
1213
"jsdelivr": "dist/apexcharts.js",
1314
"typings": "types/apexcharts.d.ts",
@@ -109,4 +110,4 @@
109110
"visualizations",
110111
"data"
111112
]
112-
}
113+
}

0 commit comments

Comments
 (0)