Skip to content

Commit d03d5c8

Browse files
Add repository and bugs fields to package.json
1 parent e9bd7f7 commit d03d5c8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"name": "html-react-parser",
33
"version": "0.0.1",
4-
"description": "Convert HTML string to React elements.",
4+
"description": "An HTML to React parser.",
55
"author": "Mark <mark@remarkablemark.org>",
66
"main": "index.js",
77
"scripts": {
88
"test": "mocha"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/remarkablemark/html-react-parser"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/remarkablemark/html-react-parser/issues"
16+
},
1017
"keywords": [
1118
"html",
1219
"react",

0 commit comments

Comments
 (0)