Skip to content

Commit

Permalink
fix(readme.md): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed May 31, 2024
1 parent c06bb3b commit ae0af11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This includes many modern best practices for publishing and consuming in monorep
- Live monorepo types supported (approach [detailed here](https://colinhacks.com/essays/live-types-typescript-monorepo)):
- top-level `exports` field defines types for source files
- `publishConfig` defines types for production (will override `exports` when publishing to `npm`)
- Passes `[publint](https://github.com/bluwy/publint)` and `[arethetypeswrong](https://arethetypeswrong.github.io/)` audits.
- Passes most [publint](https://github.com/bluwy/publint) and [arethetypeswrong](https://arethetypeswrong.github.io/) audits.
- Libraries are externalized for a lighter bundle size (`react`, `react/jsx-runtime`)

## Installation
Expand Down

0 comments on commit ae0af11

Please sign in to comment.