Upgrade to atom-keymap@0.11.0 for better native! handling

We weren't clearing the queued keystrokes when aborting partial match
due to encountering a native! binding.
This commit is contained in:
Nathan Sobo
2014-03-24 14:55:35 -06:00
parent 7fb3396f65
commit 96503f74e4

View File

@@ -14,7 +14,7 @@
"atomShellVersion": "0.11.2",
"dependencies": {
"async": "0.2.6",
"atom-keymap": "^0.10.0",
"atom-keymap": "^0.11.0",
"bootstrap": "git://github.com/atom/bootstrap.git#6af81906189f1747fd6c93479e3d998ebe041372",
"clear-cut": "0.4.0",
"coffee-script": "1.7.0",