Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Next, follow the framework specific installation steps, for either React, Shadcn
{
...
"registries": {
"@firebase": "https://fir-ui-shadcn-registry.web.app/r/{name}.json"
"@firebase": "https://firebaseopensource.com/r/{name}.json"
}
}
```
Expand Down
4 changes: 1 addition & 3 deletions packages/shadcn/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

# Firebase UI for Web - Shadcn

> This package is private and not published to npm.

The shadcn package exposes React components via the [Shadcn Registy](https://ui.shadcn.com/docs/registry), allowing users
to take advantage of Firebase UI for Web logic but bringing their own UI via Shadcn.

Expand All @@ -12,7 +10,7 @@ To get started, add the `@firebase` registry [namespace](https://ui.shadcn.com/d
{
// ...
"registries": {
"@firebase": "https://ui.firebase.com/{name}.json"
"@firebase": "https://firebaseopensource.com/r/{name}.json"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion packages/shadcn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"prepare": "pnpm run build",
"dev": "vite",
"build": "tsup && tsx build.ts --domain https://fir-ui-shadcn-registry.web.app",
"build": "tsup && tsx build.ts --domain https://firebaseopensource.com",
"preview": "vite preview",
"test": "vitest run"
},
Expand Down