From a93227b7587015b468742023d3402051498f9325 Mon Sep 17 00:00:00 2001 From: "P.S.V.R" Date: Mon, 10 Aug 2015 20:15:17 +0800 Subject: [PATCH] Use fsevents 0.3.7 to avoid segmentation faults cf. * https://github.com/strongloop/fsevents/pull/74 * https://github.com/strongloop/fsevents/issues/52 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 807b8872..a28bf955 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "sinon-chai": "^2.6.0" }, "optionalDependencies": { - "fsevents": "^0.3.1" + "fsevents": ">= 0.3.7 < 1" }, "dependencies": { "anymatch": "^1.1.0",