Skip to content

Commit

Permalink
ci: Update repository references in CI and package configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
websiddu committed Dec 22, 2024
1 parent ad6e83b commit 53e337c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
release:
if: github.repository == 'stubbycms/ui'
if: github.repository == 'stubby-cms/ui'
name: Release
runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"branches": ["main"],
"repositoryUrl": "https://github.com/stubbycms/ui"
"repositoryUrl": "https://github.com/stubby-cms/ui"
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 53e337c

Please sign in to comment.