fix missing branch in package.json for our SimpleMDE fork

This commit is contained in:
Kevin Ansfield 2017-05-11 14:16:31 +01:00
parent 78d6f13b7d
commit 10e883b775
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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 "*"