0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

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 f751bc0e10
commit e1b4ccd8d4
2 changed files with 3 additions and 3 deletions

View file

@ -102,7 +102,7 @@
"postcss-color-function": "3.0.0", "postcss-color-function": "3.0.0",
"postcss-custom-properties": "5.0.2", "postcss-custom-properties": "5.0.2",
"postcss-easy-import": "2.0.0", "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", "top-gh-contribs": "2.0.4",
"torii": "0.8.2", "torii": "0.8.2",
"walk-sync": "0.3.1" "walk-sync": "0.3.1"

View file

@ -6815,9 +6815,9 @@ simple-is@~0.2.0:
version "0.2.0" version "0.2.0"
resolved "https://registry.yarnpkg.com/simple-is/-/simple-is-0.2.0.tgz#2abb75aade39deb5cc815ce10e6191164850baf0" 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" 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: dependencies:
codemirror "*" codemirror "*"
codemirror-spell-checker "*" codemirror-spell-checker "*"