From 6b6e95294e3198b4bc2bbe5dbb3a12f76bdc1678 Mon Sep 17 00:00:00 2001 From: "Alan Paul B. Paragas" Date: Mon, 12 Aug 2019 01:55:16 -0700 Subject: [PATCH] Bug Fix: Update to allow mounting of article html Library update to allow mounting of article html using draftjs-to-html --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 10ba063..3be8d32 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "axios": "^0.18.0", "draft-js": "^0.10.5", "draftjs-to-html": "^0.8.3", + "html-to-draftjs": "^1.4.0", "indicative": "^5.0.5", "noty": "^3.2.0-beta", "prop-types": "^15.6.1",