Skip to content

Commit 53e337c

Browse files
committed
ci: Update repository references in CI and package configurations
1 parent ad6e83b commit 53e337c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
release:
15-
if: github.repository == 'stubbycms/ui'
15+
if: github.repository == 'stubby-cms/ui'
1616
name: Release
1717
runs-on: ubuntu-latest
1818

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branches": ["main"],
3-
"repositoryUrl": "https://github.com/stubbycms/ui"
3+
"repositoryUrl": "https://github.com/stubby-cms/ui"
44
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ This library is a collection of UI components designed to be used in MDX pages.
77
To install the library, use npm or yarn:
88

99
```bash
10-
npm install @stubbycms/ui
10+
npm install @stubby-cms/ui
1111
# or
12-
yarn add @stubbycms/ui
12+
yarn add @stubby-cms/ui
1313
```
1414

1515
## Components

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "@stubbycms/ui",
2+
"name": "@stubby-cms/ui",
33
"private": false,
44
"version": "0.0.0-development",
55
"description": "",
66
"author": "Siddhartha Gudipati",
77
"license": "MIT",
88
"type": "module",
9-
"homepage": "https://github.com/stubbycms/ui",
9+
"homepage": "https://github.com/stubby-cms/ui",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/stubbycms/ui.git"
12+
"url": "git+https://github.com/stubby-cms/ui.git"
1313
},
1414
"files": [
1515
"dist",

0 commit comments

Comments
 (0)