From 91d6097d9ebc111debdf6a3cda52b01c599c77ac Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 26 Sep 2016 17:02:50 +0200 Subject: [PATCH] deps: ghost-editor@0.0.7 (#293) no issue - fixes missing dependency issues, temporarily points at git repo until version can be published on npm --- ghost/admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 83740644d2..d8f1aea803 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -74,7 +74,7 @@ "ember-wormhole": "0.3.6", "emberx-file-input": "1.1.0", "fs-extra": "0.30.0", - "ghost-editor": "0.0.6", + "ghost-editor": "git://github.com/TryGhost/Ghost-Editor.git#0.0.7", "glob": "7.1.0", "grunt": "1.0.1", "grunt-bg-shell": "2.3.3",