Skip to content

Commit cdacd71

Browse files
authored
fix: module field (#156)
This change allows `react-charts` to be used in [Vite](https://vitejs.dev/) projects.
1 parent 05572e6 commit cdacd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": "react-tools/react-charts",
88
"main": "index.js",
9-
"module": "dist/react-charts.mjs",
9+
"module": "dist/react-charts.min.mjs",
1010
"funding": {
1111
"type": "github",
1212
"url": "https://github.com/sponsors/tannerlinsley"

0 commit comments

Comments
 (0)