Skip to content

Commit abd2709

Browse files
committed
fix: esm import
1 parent 0dd9a78 commit abd2709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Tanner Linsley",
44
"description": "Charts for React",
55
"repository": "tannerlinsley/react-charts",
6-
"module": "dist/react-charts-1.esm.js",
6+
"module": "dist/react-charts.esm.js",
77
"version": "0.1.0",
88
"license": "MIT",
99
"main": "dist/index.js",

0 commit comments

Comments
 (0)