From 9d9328ff9a44d39aad1a70a5114fd9f3c25524f5 Mon Sep 17 00:00:00 2001 From: Korbs Date: Sat, 7 Dec 2024 19:44:27 -0500 Subject: [PATCH] Update source link --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0573a2..2ef00ff 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://npm.sudovanilla.org/ +bun install --registry https://registry.sudovanilla.org/ ``` ## Usage diff --git a/package.json b/package.json index 2655817..3a49dd5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "website" ], "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" }, "dependencies": {