Skip to content

Commit

Permalink
chore(repo): oceanbase/design => oceanbase/oceanbase-design for repos…
Browse files Browse the repository at this point in the history
…itory url
  • Loading branch information
dengfuping committed Oct 24, 2023
1 parent 166d41a commit bd493fa
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@
"gitHooks": {
"pre-commit": "lint-staged"
},
"repository": "[email protected]:oceanbase/design.git"
"repository": "[email protected]:oceanbase/oceanbase-design.git"
}
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A collection of codemod scripts that help migrate to OceanBase Design using [jscodeshift](https://github.com/facebook/jscodeshift) and [postcss](https://github.com/postcss/postcss).(Inspired by [@oceanbase/codemod](https://github.com/ant-design/codemod-v5))

[![NPM version](https://img.shields.io/npm/v/@oceanbase/codemod.svg?style=flat)](https://npmjs.org/package/@oceanbase/codemod) [![NPM downloads](http://img.shields.io/npm/dm/@oceanbase/codemod.svg?style=flat)](https://npmjs.org/package/@oceanbase/codemod) [![Github Action](https://github.com/oceanbase/design/actions/workflows/ci.yml/badge.svg)](https://github.com/oceanbase/design/actions/workflows/ci.yml)
[![NPM version](https://img.shields.io/npm/v/@oceanbase/codemod.svg?style=flat)](https://npmjs.org/package/@oceanbase/codemod) [![NPM downloads](http://img.shields.io/npm/dm/@oceanbase/codemod.svg?style=flat)](https://npmjs.org/package/@oceanbase/codemod) [![Github Action](https://github.com/oceanbase/oceanbase-design/actions/workflows/ci.yml/badge.svg)](https://github.com/oceanbase/oceanbase-design/actions/workflows/ci.yml)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/Highlight/demo/diff.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const languages = {
"version": "1.0.0",
"unpkg": "dist/design.min.js",
"dumiAssets": "assets.json",
"homepage": "https://github.com/oceanbase/design",
"homepage": "https://github.com/oceanbase/oceanbase-design",
"scripts": {
"start": "npm run dev",
"build": "npm run build:lib && npm run build:umd && npm run build:less",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bd493fa

Please sign in to comment.