Skip to content

Commit 4f2b4b0

Browse files
author
Jason Brown
committed
package.json update
1 parent 9ccb63c commit 4f2b4b0

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "htmlparser2-react",
3-
"version": "0.0.2",
3+
"version": "0.0.4",
44
"description": "Convert raw html to react DOM components",
5+
"keywords": [
6+
"react",
7+
"htmlparser2",
8+
"react component"
9+
],
510
"main": "htmlparser2-react.js",
611
"scripts": {
712
"test": "echo \"Error: no test specified\" && exit 1"
@@ -10,5 +15,12 @@
1015
"license": "MIT",
1116
"dependencies": {
1217
"htmlparser2": "^3.7.3"
13-
}
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/browniefed/htlmparser2-react.git"
22+
},
23+
"homepage": "http://github.com/browniefed/htlmparser2-react",
24+
"github": "http://github.com/browniefed/htlmparser2-react",
25+
"bugs": "http://github.com/browniefed/htlmparser2-react/issues"
1426
}

0 commit comments

Comments
 (0)