Update node-haste and replace fast-path with node-haste's version to fix Windows compatibility

Summary:This is the last bits needed to fix Windows compatibility on master, most of the work was done in node-haste.

**Test plan**
Run npm test
Run the packager using Windows and Mac

cc cpojer davidaurelio
Closes https://github.com/facebook/react-native/pull/6260

Reviewed By: dmmiller, bestander

Differential Revision: D3005397

Pulled By: davidaurelio

fb-gh-sync-id: e16847808ebfa8b234315b2093dba204c9c1e869
shipit-source-id: e16847808ebfa8b234315b2093dba204c9c1e869
This commit is contained in:
Janic Duplessis 2016-03-11 05:59:47 -08:00 committed by Facebook Github Bot 0
parent c17a8e48cf
commit ec24c63e86
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
require('../babelRegisterOnly')([/react-packager\/src/]);
require('fast-path').replace();
require('node-haste/lib/fastpath').replace();
useGracefulFs();
var debug = require('debug');