refactor(react): update registry.json paths and remove version

The registry.json file in the React package has been refactored. The paths have been updated for cleaner and simpler referencing. Additionally, the versioning from the 'lib' section, which was previously hard-coded, has been removed to allow for more flexibility and ease of updates in the future.
This commit is contained in:
p-sw 2024-06-11 17:58:42 +09:00
parent 07d9306dde
commit 670fa9d1bc

View File

@ -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" },