Skip to content

Commit

Permalink
package.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Brown committed Aug 4, 2014
1 parent 9ccb63c commit 4f2b4b0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "htmlparser2-react",
"version": "0.0.2",
"version": "0.0.4",
"description": "Convert raw html to react DOM components",
"keywords": [
"react",
"htmlparser2",
"react component"
],
"main": "htmlparser2-react.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -10,5 +15,12 @@
"license": "MIT",
"dependencies": {
"htmlparser2": "^3.7.3"
}
},
"repository": {
"type": "git",
"url": "https://github.com/browniefed/htlmparser2-react.git"
},
"homepage": "http://github.com/browniefed/htlmparser2-react",
"github": "http://github.com/browniefed/htlmparser2-react",
"bugs": "http://github.com/browniefed/htlmparser2-react/issues"
}

0 comments on commit 4f2b4b0

Please sign in to comment.