mirror of
https://ark.sudovanilla.org/Korbs/Pandora.git
synced 2024-12-22 19:13:52 +00:00
update
This commit is contained in:
parent
a57fed98de
commit
c5d967913a
|
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue