Skip to content

Commit

Permalink
chore: add homepage & repository field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 12, 2022
1 parent 7864641 commit 7bf3a18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"contributors": [
"SunLxy <[email protected]>",
"Kenny Wong <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/react-monorepo-template.git"
},
"license": "MIT",
"main": "./lib/index.js",
"module": "esm/index.js",
Expand Down
4 changes: 0 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7bf3a18

Please sign in to comment.