This commit is contained in:
Korbs 2024-12-10 00:53:06 -05:00
parent a57fed98de
commit c5d967913a
2 changed files with 4 additions and 5 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:
```
bun install --registry https://registry.sudovanilla.org/
bun install --registry https://js.registry.sudovanilla.org/
```
## Usage
@ -31,7 +31,6 @@ import {CallToAction} from "@sudovanilla/pandora"
/>
```
## License
```

View file

@ -1,6 +1,6 @@
{
"name": "@sudovanilla/pandora",
"version": "1.7.21",
"version": "1.7.3",
"author": "SudoVanilla",
"displayName": "Pandora",
"description": "Astro component library built for SudoVanilla related websites and projects.",
@ -25,8 +25,8 @@
"website"
],
"scripts": {
"publish": "bun publish && bun publish --registry https://registry.sudovanilla.org/",
"test": "cd test/ && bun start"
"publish": "npm publish && npm publish --registry https://js.registry.sudovanilla.org/",
"test": "cd test/ && npm start"
},
"dependencies": {
"astro-tooltips": "^0.6.2"