From 5bbc70e6de86aed485481a6820e99ffb03b18040 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 10 Apr 2013 12:40:36 -0700 Subject: [PATCH] Back out pathwatcher upgrade The v0.2.0 version does not appear to load within atom. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23116ab57..e6840ae7f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "async": "0.2.6", "nak": "0.2.12", "spellchecker": "0.3.0", - "pathwatcher": "0.2.0", + "pathwatcher": "0.1.0", "plist": "git://github.com/nathansobo/node-plist.git", "space-pen": "git://github.com/nathansobo/space-pen.git" },