Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(repo): oceanbase/design => oceanbase/oceanbase-design for repository url #216

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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