From 89ea98554046356f934d7607270a22d0924b49c9 Mon Sep 17 00:00:00 2001 From: David Aurelio Date: Sun, 21 Feb 2016 01:33:37 -0800 Subject: [PATCH] Restrict the version range of node-haste to ~2.0.0 Summary: This restricts the version range of node-haste to >=2.0.0 <2.1.0, because 2.1.0 has a breaking change. Reviewed By: mkonicek Differential Revision: D2958263 fb-gh-sync-id: b8a1c39857731865fd16f5287af53ad0536781c2 shipit-source-id: b8a1c39857731865fd16f5287af53ad0536781c2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25f523657..e69bcfbf6 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "mkdirp": "^0.5.1", "module-deps": "^3.9.1", "node-fetch": "^1.3.3", - "node-haste": "^2.0.0", + "node-haste": "~2.0.0", "opn": "^3.0.2", "optimist": "^0.6.1", "progress": "^1.1.8",