From 267b1bdce672591bd6ade540496b8f94b63f0ee5 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 18 Dec 2013 12:03:10 -0700 Subject: [PATCH] Upgrade to image-view 0.11.0 for forward-compatibility with #1326 It makes ImageView a telepath model subclass so panes don't have to manually manage serialization. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39f049e68..926102c09 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "github-sign-in": "0.15.0", "go-to-line": "0.12.0", "grammar-selector": "0.13.0", - "image-view": "0.10.0", + "image-view": "0.11.0", "keybinding-resolver": "0.6.0", "link": "0.11.0", "markdown-preview": "0.22.0",