Upgrade node-haste to v2.9.1 to make module order deterministic

Summary:Changing the order of transformation and extraction of dependencies made the order of modules dependent on the time when the worker pool returns a result.
node-haste v2.9.1 addresses this issue and makes the order of dependencies deterministic.

This also bumps the packager versions to enforce cache invalidation.

Reviewed By: martinbigio

Differential Revision: D3065063

fb-gh-sync-id: 1d45b066e45c3f64092f779c3fce3becf6739409
shipit-source-id: 1d45b066e45c3f64092f779c3fce3becf6739409
This commit is contained in:
David Aurelio 2016-03-17 13:11:17 -07:00 committed by Facebook Github Bot 2
parent 054642231b
commit d533323781
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "0.3.0", "version": "0.3.1",
"name": "react-native-packager", "name": "react-native-packager",
"description": "Build native apps with React!", "description": "Build native apps with React!",
"repository": { "repository": {