Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)