Skip to content

Commit

Permalink
chore: update entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Nov 14, 2024
1 parent 0579ab0 commit 3a3f1f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ description: All notable changes will be documented in this file.

## [Unreleased]

### Fixed

- **Utility**: Updated entrypoint in `package.json` for `/anatomy`.

## [4.4.1] - 2024-11-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"source": "./src/components/anatomy.ts",
"import": {
"types": "./dist/components/anatomy.d.ts",
"default": "./dist/components/collection.js"
"default": "./dist/components/anatomy.js"
},
"require": {
"types": "./dist/components/anatomy.d.cts",
Expand Down

0 comments on commit 3a3f1f4

Please sign in to comment.