Skip to content

Commit

Permalink
fix: module definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
budi1200 authored and kurkle committed Mar 3, 2024
1 parent c2f6127 commit 7612200
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"main": "dist/chartjs-chart-sankey.js",
"module": "dist/chartjs-chart-sankey.esm.js",
"types": "types/index.esm.d.ts",
"exports": {
"types": "./types/index.esm.d.ts",
"require": "./dist/chartjs-chart-sankey.js",
"import": "./dist/chartjs-chart-sankey.esm.js",
"script": "./dist/chartjs-chart-sankey.min.js"
},
"scripts": {
"build": "rollup -c",
"autobuild": "rollup -c -w",
Expand Down

0 comments on commit 7612200

Please sign in to comment.