From e1b4ccd8d419a46331614c3554901ac19284d3f5 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 11 May 2017 14:16:31 +0100 Subject: [PATCH] fix missing branch in package.json for our SimpleMDE fork --- ghost/admin/package.json | 2 +- ghost/admin/yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 9d2f15a1fb..23e5accda4 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -102,7 +102,7 @@ "postcss-color-function": "3.0.0", "postcss-custom-properties": "5.0.2", "postcss-easy-import": "2.0.0", - "simplemde": "https://github.com/kevinansfield/simplemde-markdown-editor.git", + "simplemde": "https://github.com/kevinansfield/simplemde-markdown-editor.git#ghost", "top-gh-contribs": "2.0.4", "torii": "0.8.2", "walk-sync": "0.3.1" diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index 52f2692910..517a433434 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -6815,9 +6815,9 @@ simple-is@~0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/simple-is/-/simple-is-0.2.0.tgz#2abb75aade39deb5cc815ce10e6191164850baf0" -"simplemde@https://github.com/kevinansfield/simplemde-markdown-editor.git": +"simplemde@https://github.com/kevinansfield/simplemde-markdown-editor.git#ghost": version "1.11.2" - resolved "https://github.com/kevinansfield/simplemde-markdown-editor.git#6abda7ab68cc20f4aca870eb243747951b90ab04" + resolved "https://github.com/kevinansfield/simplemde-markdown-editor.git#29f69b859b19f6ecbc678780290e388298b308c4" dependencies: codemirror "*" codemirror-spell-checker "*"