diff --git a/packages/react/public/registry.json b/packages/react/public/registry.json index 93f2ed6..3fd20f7 100644 --- a/packages/react/public/registry.json +++ b/packages/react/public/registry.json @@ -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",