Skip to content

Commit e40d0b3

Browse files
author
Andrey Okonetchnikov
committed
Rename react-focus-utils -> ui
1 parent 8b6f900 commit e40d0b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# react-focus-utils
1+
# Component Driven UI
22

3-
![Release](https://github.com/component-driven/react-focus-utils/workflows/Release/badge.svg)
3+
![Release](https://github.com/component-driven/ui/workflows/Release/badge.svg)
44

55
This package includes:
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"author": "Andrey Okonetchnikov <[email protected]>",
2424
"license": "MIT",
2525
"bugs": {
26-
"url": "https://github.com/component-driven/react-focus-utils/issues"
26+
"url": "https://github.com/component-driven/ui/issues"
2727
},
2828
"homepage": "https://react-focus-utils.netlify.com",
2929
"dependencies": {

styleguide.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
showSidebar: true,
3636
ribbon: {
3737
// Link to open on the ribbon click (required)
38-
url: 'https://github.com/component-driven/react-focus-utils',
38+
url: 'https://github.com/component-driven/ui',
3939
// Text to show on the ribbon (optional)
4040
text: 'Fork me on GitHub'
4141
}

0 commit comments

Comments
 (0)