diff --git a/packages/react/public/registry.json b/packages/react/public/registry.json index 30b0b37..d7443c0 100644 --- a/packages/react/public/registry.json +++ b/packages/react/public/registry.json @@ -2,11 +2,8 @@ "base": "https://raw.githubusercontent.com/pswui/ui", "paths": { "components": "/main/packages/react/components/{componentName}", - "lib": "/main/packages/react/lib/shared@{version}.tsx" + "lib": "/main/packages/react/lib/tsx" }, - "lib": [ - "1.0.0" - ], "components": { "button": { "name": "Button.tsx" }, "checkbox": { "name": "Checkbox.tsx" },