Skip to content

Commit

Permalink
fix: esm import
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jul 12, 2021
1 parent 0dd9a78 commit abd2709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Tanner Linsley",
"description": "Charts for React",
"repository": "tannerlinsley/react-charts",
"module": "dist/react-charts-1.esm.js",
"module": "dist/react-charts.esm.js",
"version": "0.1.0",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit abd2709

Please sign in to comment.