From 51f6644ad4e038c7469946d0510a1e72b4c9d184 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 18 Nov 2016 15:52:53 -0500 Subject: [PATCH] Bump version to 0.2.0 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00ec0f16..7c7ff8ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "0.1.1", + "version": "0.2.0", "description": "An HTML to React parser.", "author": "Mark ", "main": "index.js",