diff --git a/packages/react/public/registry.json b/packages/react/public/registry.json index 3fd20f7..76b0d2c 100644 --- a/packages/react/public/registry.json +++ b/packages/react/public/registry.json @@ -1,8 +1,12 @@ { - "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" + "base": "https://raw.githubusercontent.com/pswui/ui/main/packages/react/componeonts/{componentName}", + "paths": { + "components": "/main/packages/react/components/{componentName}", + "lib": "/main/packages/react/lib/shared@{version}.tsx" }, + "lib": [ + "1.0.0" + ], "components": { "button": "Button.tsx", "checkbox": "Checkbox.tsx",