File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
12
12
13
13
jobs :
14
14
release :
15
- if : github.repository == 'stubbycms /ui'
15
+ if : github.repository == 'stubby-cms /ui'
16
16
name : Release
17
17
runs-on : ubuntu-latest
18
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"branches" : [" main" ],
3
- "repositoryUrl" : " https://github.com/stubbycms /ui"
3
+ "repositoryUrl" : " https://github.com/stubby-cms /ui"
4
4
}
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ This library is a collection of UI components designed to be used in MDX pages.
7
7
To install the library, use npm or yarn:
8
8
9
9
``` bash
10
- npm install @stubbycms /ui
10
+ npm install @stubby-cms /ui
11
11
# or
12
- yarn add @stubbycms /ui
12
+ yarn add @stubby-cms /ui
13
13
```
14
14
15
15
## Components
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @stubbycms /ui" ,
2
+ "name" : " @stubby-cms /ui" ,
3
3
"private" : false ,
4
4
"version" : " 0.0.0-development" ,
5
5
"description" : " " ,
6
6
"author" : " Siddhartha Gudipati" ,
7
7
"license" : " MIT" ,
8
8
"type" : " module" ,
9
- "homepage" : " https://github.com/stubbycms /ui" ,
9
+ "homepage" : " https://github.com/stubby-cms /ui" ,
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " git+https://github.com/stubbycms /ui.git"
12
+ "url" : " git+https://github.com/stubby-cms /ui.git"
13
13
},
14
14
"files" : [
15
15
" dist" ,
You can’t perform that action at this time.
0 commit comments