From f205fe81ce241b69571c9272f392e83854de3e13 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 30 Sep 2014 13:37:02 -0600 Subject: [PATCH] Actually update first-mate. Previous (51475fe231) updated atom-keymap. Both were needed to introduce disposables, but I mixed up the commit message in the previous commit. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89ce3ffe7..a03aca027 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "delegato": "^1", "emissary": "^1.3.1", "event-kit": "0.7.2", - "first-mate": "^2.1.2", + "first-mate": "^2.2.0", "fs-plus": "^2.2.6", "fstream": "0.1.24", "fuzzaldrin": "^2.1",