feat(react): add shared module URL to registry.json
A new attribute "shared" has been added to the 'registry.json' file in the React package. This attribute contains the URL to the shared TypeScript module for components.
This commit is contained in:
parent
7e5759f8a2
commit
d8825a0c10
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"base": "https://raw.githubusercontent.com/p-sw/ui/main/packages/react/components/{componentName}",
|
"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.ts",
|
||||||
"components": {
|
"components": {
|
||||||
"button": "Button.tsx",
|
"button": "Button.tsx",
|
||||||
"checkbox": "Checkbox.tsx",
|
"checkbox": "Checkbox.tsx",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user