Skip to content

Commit 7a8d135

Browse files
committed
chore: change shadcn to firebaseopensource.com
1 parent f5bb8e6 commit 7a8d135

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Next, follow the framework specific installation steps, for either React, Shadcn
116116
{
117117
...
118118
"registries": {
119-
"@firebase": "https://fir-ui-shadcn-registry.web.app/r/{name}.json"
119+
"@firebase": "https://firebaseopensource.com/r/{name}.json"
120120
}
121121
}
122122
```

packages/shadcn/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
# Firebase UI for Web - Shadcn
33

4-
> This package is private and not published to npm.
5-
64
The shadcn package exposes React components via the [Shadcn Registy](https://ui.shadcn.com/docs/registry), allowing users
75
to take advantage of Firebase UI for Web logic but bringing their own UI via Shadcn.
86

@@ -12,7 +10,7 @@ To get started, add the `@firebase` registry [namespace](https://ui.shadcn.com/d
1210
{
1311
// ...
1412
"registries": {
15-
"@firebase": "https://ui.firebase.com/{name}.json"
13+
"@firebase": "https://firebaseopensource.com/r/{name}.json"
1614
}
1715
}
1816
```

packages/shadcn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"prepare": "pnpm run build",
1111
"dev": "vite",
12-
"build": "tsup && tsx build.ts --domain https://fir-ui-shadcn-registry.web.app",
12+
"build": "tsup && tsx build.ts --domain https://firebaseopensource.com",
1313
"preview": "vite preview",
1414
"test": "vitest run"
1515
},

0 commit comments

Comments
 (0)