From dbd6a98bbed42f0afa25e95620bc0e15bcc32cc9 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 21 Mar 2014 11:27:37 -0600 Subject: [PATCH] Upgrade to atom-keymap@0.10.0 for better 'native!' handling If a native! binding is encountered, we honor it even if there are partially matching multi-stroke bindings. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d94cf51d..b93c97d45 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "atomShellVersion": "0.11.1", "dependencies": { "async": "0.2.6", - "atom-keymap": "^0.9.0", + "atom-keymap": "^0.10.0", "bootstrap": "git://github.com/atom/bootstrap.git#6af81906189f1747fd6c93479e3d998ebe041372", "clear-cut": "0.4.0", "coffee-script": "1.7.0",