forked from SunLxy/md-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add homepage & repository field in package.json
- Loading branch information
1 parent
7864641
commit 7bf3a18
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters