From aa936436330e942d9b48e4ccd6063d2e76569790 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 4 Jan 2017 13:53:07 -0700 Subject: [PATCH] :arrow_up: atom-keymap to fix issues w/ multiple layouts on Linux --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f5820c07..40d70ea83 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "electronVersion": "1.3.13", "dependencies": { "async": "0.2.6", - "atom-keymap": "7.1.15", + "atom-keymap": "7.1.16", "atom-select-list": "0.0.6", "atom-ui": "0.4.1", "babel-core": "5.8.38",