Skip to content

Commit

Permalink
fixed export file names
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj committed Jan 9, 2025
1 parent 424e6ea commit c56f11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/js-packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.cjs",
"require": "./dist/cjs/index.js",
"types": "./dist/types/*.d.ts"
},
"./components/*": {
"import": "./dist/mjs/components/*/index.js",
"require": "./dist/cjs/components/*/index.cjs",
"require": "./dist/cjs/components/*/index.js",
"types": "./dist/types/*.d.ts"
},
"./style.css": "./dist/cjs/style.css"
Expand Down

0 comments on commit c56f11a

Please sign in to comment.