diff --git a/README.md b/README.md index 2ef00ff..e1d9e5d 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/package.json b/package.json index 3a49dd5..6c91c22 100644 --- a/package.json +++ b/package.json @@ -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"