Skip to content

Commit 7bf3a18

Browse files
committed
chore: add homepage & repository field in package.json
1 parent 7864641 commit 7bf3a18

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

core/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
"name": "markdown-react-code-preview-loader",
44
"version": "2.0.1",
55
"description": "Index react example text in markdown, converted to React components.",
6+
"homepage": "https://kktjs.github.io/markdown-react-code-preview-loader",
67
"author": "SunLxy <[email protected]>",
78
"contributors": [
89
"SunLxy <[email protected]>",
910
"Kenny Wong <[email protected]>"
1011
],
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/uiwjs/react-monorepo-template.git"
15+
},
1116
"license": "MIT",
1217
"main": "./lib/index.js",
1318
"module": "esm/index.js",

website/package.json

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
"start": "kkt start",
99
"build": "kkt build"
1010
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/uiwjs/react-monorepo-template.git"
14-
},
1511
"license": "MIT",
1612
"dependencies": {
1713
"@uiw/copy-to-clipboard": "^1.0.12",

0 commit comments

Comments
 (0)