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.
This commit is contained in:
Nathan Sobo
2014-03-21 11:27:37 -06:00
parent a4ffdeb842
commit dbd6a98bbe

View File

@@ -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",