-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(repo): oceanbase/design => oceanbase/oceanbase-design for repos…
…itory url
- Loading branch information
1 parent
166d41a
commit bd493fa
Showing
10 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,10 @@ | |
|
||
- [@oceanbase/design](https://design.oceanbase.com/docs/design-introduce) | ||
- [@oceanbase/ui](https://design.oceanbase.com/docs/ui-introduce) | ||
- [@oceanbase/icons](https://design.oceanbase.com/components/icon) | ||
- [@oceanbase/charts](https://design.oceanbase.com/docs/charts-introduce) | ||
- [@oceanbase/util](https://github.com/oceanbase/oceanbase-design/tree/master/packages/util) | ||
- [@oceanbase/codemod](https://github.com/oceanbase/oceanbase-design/tree/master/packages/codemod) | ||
|
||
## ⌨️ Development | ||
|
||
|
@@ -19,7 +22,7 @@ Use Gitpod, a free online dev environment for GitHub. | |
Or clone locally: | ||
|
||
```bash | ||
$ git clone [email protected]:oceanbase/design.git | ||
$ git clone [email protected]:oceanbase/oceanbase-design.git | ||
$ cd design | ||
$ npm install -g pnpm | ||
$ pnpm install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,5 +119,5 @@ | |
"gitHooks": { | ||
"pre-commit": "lint-staged" | ||
}, | ||
"repository": "[email protected]:oceanbase/design.git" | ||
"repository": "[email protected]:oceanbase/oceanbase-design.git" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"homepage": "https://github.com/oceanbase/oceanbase-design/packages/charts", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:oceanbase/design.git" | ||
"url": "[email protected]:oceanbase/oceanbase-design.git" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"homepage": "https://github.com/oceanbase/oceanbase-design/packages/codemod", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:oceanbase/design.git" | ||
"url": "[email protected]:oceanbase/oceanbase-design.git" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"homepage": "https://github.com/oceanbase/oceanbase-design/packages/design", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:oceanbase/design.git" | ||
"url": "[email protected]:oceanbase/oceanbase-design.git" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"homepage": "https://github.com/oceanbase/oceanbase-design/packages/icons", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:oceanbase/design.git" | ||
"url": "[email protected]:oceanbase/oceanbase-design.git" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"homepage": "https://github.com/oceanbase/oceanbase-design/packages/ui", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:oceanbase/design.git" | ||
"url": "[email protected]:oceanbase/oceanbase-design.git" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"homepage": "https://github.com/oceanbase/oceanbase-design/packages/util", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:oceanbase/design.git" | ||
"url": "[email protected]:oceanbase/oceanbase-design.git" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org", | ||
|