Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

Commit

Permalink
Upgrade node-haste to v2.9.1 to make module order deterministic
Browse files Browse the repository at this point in the history
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
  • Loading branch information
davidaurelio authored and Facebook Github Bot 2 committed Mar 17, 2016
1 parent 9cb3ec9 commit f9d79b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"mkdirp": "^0.5.1",
"module-deps": "^3.9.1",
"node-fetch": "^1.3.3",
"node-haste": "~2.9.0",
"node-haste": "~2.9.1",
"opn": "^3.0.2",
"optimist": "^0.6.1",
"progress": "^1.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packager/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.0",
"version": "0.3.1",
"name": "react-native-packager",
"description": "Build native apps with React!",
"repository": {
Expand Down

0 comments on commit f9d79b3

Please sign in to comment.