Skip to content

Commit 7bf3a18

Browse files
committedMay 12, 2022
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

Lines changed: 5 additions & 0 deletions
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 <1011771396@qq.com>",
78
"contributors": [
89
"SunLxy <1011771396@qq.com>",
910
"Kenny Wong <wowohoo@qq.com>"
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

Lines changed: 0 additions & 4 deletions
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)
Please sign in to comment.