We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccb63c commit 4f2b4b0Copy full SHA for 4f2b4b0
1 file changed
package.json
@@ -1,7 +1,12 @@
1
{
2
"name": "htmlparser2-react",
3
- "version": "0.0.2",
+ "version": "0.0.4",
4
"description": "Convert raw html to react DOM components",
5
+ "keywords": [
6
+ "react",
7
+ "htmlparser2",
8
+ "react component"
9
+ ],
10
"main": "htmlparser2-react.js",
11
"scripts": {
12
"test": "echo \"Error: no test specified\" && exit 1"
@@ -10,5 +15,12 @@
15
"license": "MIT",
16
"dependencies": {
17
"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"
14
26
}
0 commit comments