From d22a4da057343ee081a3e7401f3deae9b6404210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20Zen?= Date: Thu, 18 Aug 2016 09:09:24 -0300 Subject: [PATCH] Using custom markup-it (temporarily) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5afdd2bf..8ecbec91 100644 --- a/package.json +++ b/package.json @@ -74,11 +74,11 @@ "json-loader": "^0.5.4", "localforage": "^1.4.2", "lodash": "^4.13.1", - "markup-it": "git+https://github.com/GitbookIO/markup-it.git", + "markup-it": "git+https://github.com/cassiozen/markup-it.git", "pluralize": "^3.0.0", "prismjs": "^1.5.1", "react-portal": "^2.2.1", "selection-position": "^1.0.0", - "slate": "^0.13.5" + "slate": "^0.13.6" } }