Skip to content

Commit

Permalink
Remove "browser" field in package.json
Browse files Browse the repository at this point in the history
This field is unnecessary because `html-dom-parser` handles the
"browser" field.
  • Loading branch information
remarkablemark committed Jan 26, 2017
1 parent 4642da7 commit 59a1ff7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,5 @@
"react": ">=15.4",
"react-dom": ">=15.4"
},
"browser": {
"htmlparser2/lib/Parser": false,
"domhandler": false
},
"license": "MIT"
}

0 comments on commit 59a1ff7

Please sign in to comment.