1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/Pandora.git synced 2024-12-22 11:03:53 +00:00
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: 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 ## Usage
@ -31,7 +31,6 @@ import {CallToAction} from "@sudovanilla/pandora"
/> />
``` ```
## License ## License
``` ```

View file

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