Upgrade first-mate to return Disposable from GrammarRegistry::addGrammar

This commit is contained in:
Nathan Sobo
2014-09-30 13:09:40 -06:00
parent ff0a7be48a
commit 51475fe231

View File

@@ -20,7 +20,7 @@
"atomShellVersion": "0.16.2", "atomShellVersion": "0.16.2",
"dependencies": { "dependencies": {
"async": "0.2.6", "async": "0.2.6",
"atom-keymap": "^2.1.3", "atom-keymap": "^2.2.0",
"bootstrap": "git+https://github.com/atom/bootstrap.git#6af81906189f1747fd6c93479e3d998ebe041372", "bootstrap": "git+https://github.com/atom/bootstrap.git#6af81906189f1747fd6c93479e3d998ebe041372",
"clear-cut": "0.4.0", "clear-cut": "0.4.0",
"coffee-script": "1.7.0", "coffee-script": "1.7.0",