From cb303a31492b5884c2f602ac375291ebf331c472 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 14 Mar 2014 10:20:46 -0600 Subject: [PATCH] Depend on atom-keymap npm and a compatible pathwatcher version --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c24605390..83fb171d9 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "atomShellVersion": "0.10.7", "dependencies": { "async": "0.2.6", + "atom-keymap": "^0.4.0", "bootstrap": "git://github.com/atom/bootstrap.git#6af81906189f1747fd6c93479e3d998ebe041372", "clear-cut": "0.4.0", "coffee-script": "1.7.0", @@ -35,7 +36,7 @@ "nslog": "0.5.0", "oniguruma": ">=1.0.3 <2.0", "optimist": "0.4.0", - "pathwatcher": "0.19.0", + "pathwatcher": "1.0.0", "pegjs": "0.8.0", "property-accessors": "1.x", "q": "^1.0.1",