1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/Pandora.git synced 2024-12-22 19:13:52 +00:00

Update source link

This commit is contained in:
Korbs 2024-12-07 19:44:27 -05:00
parent b83ca2298c
commit 9d9328ff9a
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ An Astro component library for SudoVanilla related websites and projects.
To install Pandora for your Astro website, running the following: 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 ## Usage

View file

@ -25,7 +25,7 @@
"website" "website"
], ],
"scripts": { "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" "test": "cd test/ && bun start"
}, },
"dependencies": { "dependencies": {