From 49034dd6bb669cdb17cb34ea66f89119afebe1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Tue, 24 Oct 2017 10:49:13 -0700 Subject: [PATCH] Fix Remarkable case issue (#166) --- lib/core/Remarkable.js | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/core/Remarkable.js b/lib/core/Remarkable.js index 5a6828fea3..de3dcff1ee 100644 --- a/lib/core/Remarkable.js +++ b/lib/core/Remarkable.js @@ -2,7 +2,7 @@ const React = require('react'); const hljs = require('highlight.js') -const Markdown = require('Remarkable'); +const Markdown = require('remarkable'); const toSlug = require("./toSlug.js"); const CWD = process.cwd(); diff --git a/package.json b/package.json index 7e3cc559f0..e71310db36 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "react": "^15.5.4", "react-dom": "^15.5.4", "react-dom-factories": "^1.0.1", - "react-remarkable": "^1.1.3", "remarkable": "^1.7.1", "request": "^2.81.0", "shelljs": "^0.7.8",