From 39f41992a9dc725fafc6fc39ea08f898173b65d4 Mon Sep 17 00:00:00 2001 From: 3lang3 <675483520@qq.com> Date: Thu, 22 Feb 2024 09:46:52 +0800 Subject: [PATCH] chore: update pkg --- package.json | 6 ------ packages/cli/package.json | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b7265dd8..3b892c2b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,6 @@ { "private": true, "packageManager": "pnpm", - "repository": { - "type": "git", - "url": "git@github.com:3lang3/rcdoc.git", - "branch": "main", - "package": "./packages/cli" - }, "scripts": { "clean": "rm -rf node_modules && rm -rf packages/**/node_modules", "prepare": "husky install", diff --git a/packages/cli/package.json b/packages/cli/package.json index c6ee2ac0..d8264f30 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -75,5 +75,11 @@ "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" + }, + "repository": { + "type": "git", + "url": "git@github.com:3lang3/rcdoc.git", + "branch": "main", + "package": "./packages/cli" } }