feat(react): update URLs in registry.json

The URLs for base and shared components in registry.json have been updated to reflect the new repository location. Additionally, a new URL for the library version 1.0.0 has been added under 'lib'.
This commit is contained in:
p-sw 2024-06-11 12:59:45 +09:00
parent 4421adfe7d
commit 946db4efd0

View File

@ -1,6 +1,8 @@
{
"base": "https://raw.githubusercontent.com/p-sw/ui/main/packages/react/components/{componentName}",
"shared": "https://raw.githubusercontent.com/p-sw/ui/main/packages/react/shared.tsx",
"base": "https://raw.githubusercontent.com/pswui/ui/main/packages/react/components/{componentName}",
"lib": {
"1.0.0": "https://raw.githubusercontent.com/pswui/ui/main/packages/react/lib/shared@1.0.0.tsx"
},
"components": {
"button": "Button.tsx",
"checkbox": "Checkbox.tsx",