mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-29 15:44:22 +00:00
* fix(registry): handle universal registry items with no files Allow registry items with registryDependencies but no files to be considered universal registry items. Previously the function required files.length to be truthy, which excluded valid items with only registryDependencies. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * test --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: shadcn <m@shadcn.com>