Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
Remove harmless webpack error by keeping react <15.4 in this
version. As a result, the DOM property configs will be required
from `react/lib/`.

Chore:
- Tidy package.json
- Create npm script `clean` and update scripts
- Update README installation instructions
- Fix Travis tests
  • Loading branch information
remarkablemark committed Nov 18, 2016
1 parent 8ca104d commit 51f6644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-react-parser",
"version": "0.1.1",
"version": "0.2.0",
"description": "An HTML to React parser.",
"author": "Mark <[email protected]>",
"main": "index.js",
Expand Down

0 comments on commit 51f6644

Please sign in to comment.