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:
parent
07d9306dde
commit
670fa9d1bc
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user