diff --git a/core/package.json b/core/package.json index d4685ae..405a328 100644 --- a/core/package.json +++ b/core/package.json @@ -3,11 +3,16 @@ "name": "markdown-react-code-preview-loader", "version": "2.0.1", "description": "Index react example text in markdown, converted to React components.", + "homepage": "https://kktjs.github.io/markdown-react-code-preview-loader", "author": "SunLxy <1011771396@qq.com>", "contributors": [ "SunLxy <1011771396@qq.com>", "Kenny Wong " ], + "repository": { + "type": "git", + "url": "https://github.com/uiwjs/react-monorepo-template.git" + }, "license": "MIT", "main": "./lib/index.js", "module": "esm/index.js", diff --git a/website/package.json b/website/package.json index 9dc2025..c8c3ba6 100644 --- a/website/package.json +++ b/website/package.json @@ -8,10 +8,6 @@ "start": "kkt start", "build": "kkt build" }, - "repository": { - "type": "git", - "url": "https://github.com/uiwjs/react-monorepo-template.git" - }, "license": "MIT", "dependencies": { "@uiw/copy-to-clipboard": "^1.0.12",