From 53e337c8b29e6c1b9f36fd2c30bb3c3b722e3c49 Mon Sep 17 00:00:00 2001 From: Siddhartha Gudipati Date: Sun, 22 Dec 2024 11:17:54 -0800 Subject: [PATCH] ci: Update repository references in CI and package configurations --- .github/workflows/release.yml | 2 +- .releaserc.json | 2 +- README.md | 4 ++-- package.json | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e32c4c5..7747950 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ permissions: jobs: release: - if: github.repository == 'stubbycms/ui' + if: github.repository == 'stubby-cms/ui' name: Release runs-on: ubuntu-latest diff --git a/.releaserc.json b/.releaserc.json index 625734e..ff9bb04 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,4 +1,4 @@ { "branches": ["main"], - "repositoryUrl": "https://github.com/stubbycms/ui" + "repositoryUrl": "https://github.com/stubby-cms/ui" } diff --git a/README.md b/README.md index c8b6b9f..cf03aad 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ This library is a collection of UI components designed to be used in MDX pages. To install the library, use npm or yarn: ```bash -npm install @stubbycms/ui +npm install @stubby-cms/ui # or -yarn add @stubbycms/ui +yarn add @stubby-cms/ui ``` ## Components diff --git a/package.json b/package.json index bed311a..0c25bee 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "@stubbycms/ui", + "name": "@stubby-cms/ui", "private": false, "version": "0.0.0-development", "description": "", "author": "Siddhartha Gudipati", "license": "MIT", "type": "module", - "homepage": "https://github.com/stubbycms/ui", + "homepage": "https://github.com/stubby-cms/ui", "repository": { "type": "git", - "url": "git+https://github.com/stubbycms/ui.git" + "url": "git+https://github.com/stubby-cms/ui.git" }, "files": [ "dist",