Skip to content

Commit

Permalink
Update to react, remove dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Brown committed Jul 20, 2015
1 parent d706d94 commit 1270bc4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-htmlparser2",
"version": "0.0.7",
"version": "0.1.0",
"description": "Convert raw html to react DOM components",
"keywords": [
"react",
Expand All @@ -14,8 +14,7 @@
"author": "Jason Brown",
"license": "MIT",
"dependencies": {
"htmlparser2": "^3.8.2",
"react": "^0.12.1"
"htmlparser2": "^3.8.3"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1270bc4

Please sign in to comment.