From d5af4102916b5132ea1b9a29f8fa00503f190880 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Fri, 25 Mar 2016 09:12:52 +0000 Subject: [PATCH] deps: ember-wormhole@0.3.5 no issue - we already have similar behaviour in the `liquid-wormhole` (a dependency of `liquid-tether) but this is useful as a distinction for non-animated elements. It's also a dependency of the ember mobiledoc editor (used to render component-cards inline much the same way as this is used to render image upload components inline) and so we wouldn't really gain anything in filesize by forcing the use of `liquid-wormhole` instead --- ghost/admin/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 31c5180e68..477bf41310 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -50,6 +50,7 @@ "ember-sortable": "1.7.0", "ember-suave": "1.2.3", "ember-watson": "0.7.0", + "ember-wormhole": "0.3.5", "emberx-file-input": "1.0.0", "fs-extra": "0.16.3", "glob": "^4.0.5",