Skip to content

Commit

Permalink
fix(docs): add docs package export (#11221)
Browse files Browse the repository at this point in the history
**Related Issue:** #10731

## Summary

Adds package export to support doc-related ESM imports.
  • Loading branch information
jcfranco authored Jan 7, 2025
1 parent 6dbb559 commit 4b0d804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/calcite-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"./types/*": "./dist/types/*.d.ts",
"./hydrate": "./hydrate/index.js",
"./calcite/calcite.css": "./dist/calcite/calcite.css",
"./docs/*": "./dist/docs/*",
"./dist/calcite/calcite.css": "./dist/calcite/calcite.css",
"./dist/loader": "./dist/loader.js",
"./dist/components": "./dist/index.js",
Expand Down

0 comments on commit 4b0d804

Please sign in to comment.