From bd493faf24cb968bc3586b64f8b113b16be702c0 Mon Sep 17 00:00:00 2001 From: dengfuping Date: Tue, 24 Oct 2023 20:29:59 +0800 Subject: [PATCH] chore(repo): oceanbase/design => oceanbase/oceanbase-design for repository url --- README.md | 5 ++++- package.json | 2 +- packages/charts/package.json | 2 +- packages/codemod/README.md | 2 +- packages/codemod/package.json | 2 +- packages/design/package.json | 2 +- packages/icons/package.json | 2 +- packages/ui/package.json | 2 +- packages/ui/src/Highlight/demo/diff.tsx | 2 +- packages/util/package.json | 2 +- 10 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 519f47e22..ee02e0c69 100644 --- a/README.md +++ b/README.md @@ -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 git@github.com:oceanbase/design.git +$ git clone git@github.com:oceanbase/oceanbase-design.git $ cd design $ npm install -g pnpm $ pnpm install diff --git a/package.json b/package.json index e2d904633..f6b4aad21 100644 --- a/package.json +++ b/package.json @@ -119,5 +119,5 @@ "gitHooks": { "pre-commit": "lint-staged" }, - "repository": "git@github.com:oceanbase/design.git" + "repository": "git@github.com:oceanbase/oceanbase-design.git" } diff --git a/packages/charts/package.json b/packages/charts/package.json index f3df73724..6832668f9 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -5,7 +5,7 @@ "homepage": "https://github.com/oceanbase/oceanbase-design/packages/charts", "repository": { "type": "git", - "url": "git@github.com:oceanbase/design.git" + "url": "git@github.com:oceanbase/oceanbase-design.git" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/packages/codemod/README.md b/packages/codemod/README.md index e4db204c6..02fe0575b 100644 --- a/packages/codemod/README.md +++ b/packages/codemod/README.md @@ -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 diff --git a/packages/codemod/package.json b/packages/codemod/package.json index 5e493f473..121980691 100644 --- a/packages/codemod/package.json +++ b/packages/codemod/package.json @@ -10,7 +10,7 @@ "homepage": "https://github.com/oceanbase/oceanbase-design/packages/codemod", "repository": { "type": "git", - "url": "git@github.com:oceanbase/design.git" + "url": "git@github.com:oceanbase/oceanbase-design.git" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/packages/design/package.json b/packages/design/package.json index 870e254b8..8f73698c5 100644 --- a/packages/design/package.json +++ b/packages/design/package.json @@ -12,7 +12,7 @@ "homepage": "https://github.com/oceanbase/oceanbase-design/packages/design", "repository": { "type": "git", - "url": "git@github.com:oceanbase/design.git" + "url": "git@github.com:oceanbase/oceanbase-design.git" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/packages/icons/package.json b/packages/icons/package.json index 13d7b18da..9888dc009 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -12,7 +12,7 @@ "homepage": "https://github.com/oceanbase/oceanbase-design/packages/icons", "repository": { "type": "git", - "url": "git@github.com:oceanbase/design.git" + "url": "git@github.com:oceanbase/oceanbase-design.git" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/packages/ui/package.json b/packages/ui/package.json index ab8e142f1..58f53a8c8 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -12,7 +12,7 @@ "homepage": "https://github.com/oceanbase/oceanbase-design/packages/ui", "repository": { "type": "git", - "url": "git@github.com:oceanbase/design.git" + "url": "git@github.com:oceanbase/oceanbase-design.git" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/packages/ui/src/Highlight/demo/diff.tsx b/packages/ui/src/Highlight/demo/diff.tsx index a57a3da65..683d848a0 100644 --- a/packages/ui/src/Highlight/demo/diff.tsx +++ b/packages/ui/src/Highlight/demo/diff.tsx @@ -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", diff --git a/packages/util/package.json b/packages/util/package.json index 2065f2973..dd14db0d0 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -9,7 +9,7 @@ "homepage": "https://github.com/oceanbase/oceanbase-design/packages/util", "repository": { "type": "git", - "url": "git@github.com:oceanbase/design.git" + "url": "git@github.com:oceanbase/oceanbase-design.git" }, "publishConfig": { "registry": "https://registry.npmjs.org",