From 4223ea25eea39620ba9e130f315d564278375952 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 18 Dec 2013 11:19:14 -0700 Subject: [PATCH] Update telepath to 0.80.0 so we drop old serialized states Now that we've added custom objects, any pane items that serialized as raw telepath objects are invalid. This is a quick way to cut through any of those kinds of issues. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a9ac0748..76f929a08 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "season": "0.14.0", "semver": "1.1.4", "space-pen": "2.0.2", - "telepath": "0.79.0", + "telepath": "0.80.0", "temp": "0.5.0", "underscore-plus": "0.6.1" },