From 8586f8932294b60f0160ba724dc40ca2971066e8 Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Tue, 8 Sep 2015 01:34:44 -0700 Subject: [PATCH] [react-packager] Update sane to fix bug and add new features Summary: Updates sane to get: 1. Fix error plumbing (surface watchman errors correctly) 2. Better capability testing 3. Use watchman's globbing 4. Other minor fixes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3723c5141..d4eff15d4 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "react-tools": "git://github.com/facebook/react#b4e74e38e43ac53af8acd62c78c9213be0194245", "rebound": "0.0.13", "regenerator": "0.8.36", - "sane": "1.1.2", + "sane": "^1.2.0", "semver": "5.0.1", "source-map": "0.4.4", "stacktrace-parser": "0.1.3",