mirror of
https://ark.sudovanilla.org/Korbs/Pandora.git
synced 2024-12-22 11:03:53 +00:00
Update source link
This commit is contained in:
parent
b83ca2298c
commit
9d9328ff9a
|
@ -9,7 +9,7 @@ An Astro component library for SudoVanilla related websites and projects.
|
|||
|
||||
To install Pandora for your Astro website, running the following:
|
||||
```
|
||||
bun install --registry https://npm.sudovanilla.org/
|
||||
bun install --registry https://registry.sudovanilla.org/
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"website"
|
||||
],
|
||||
"scripts": {
|
||||
"publish": "bun publish && bun publish --registry https://npm.sudovanilla.org/",
|
||||
"publish": "bun publish && bun publish --registry https://registry.sudovanilla.org/",
|
||||
"test": "cd test/ && bun start"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue