Skip to content

Commit

Permalink
Updated path [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jan 6, 2023
1 parent 20efdfa commit 853fadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.5.3",
"description": "Create beautiful JavaScript charts with one line of React",
"type": "module",
"main": "dist/react-chartkick.js",
"module": "dist/react-chartkick.esm.js",
"main": "./dist/react-chartkick.js",
"module": "./dist/react-chartkick.esm.js",
"exports": {
"require": "./dist/react-chartkick.js",
"import": "./dist/react-chartkick.esm.js"
Expand Down

0 comments on commit 853fadb

Please sign in to comment.