Skip to content

Commit

Permalink
Fix typo in new ModuleCache args
Browse files Browse the repository at this point in the history
Summary:
:+1:
Closes #9774

Differential Revision: D3835002

Pulled By: mkonicek

fbshipit-source-id: a94f07a7f32fe709f0a7bed561f26d1d9c5ac377
  • Loading branch information
aleclarson authored and Facebook Github Bot 0 committed Sep 8, 2016
1 parent ad24bcf commit 29febb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/react-packager/src/node-haste/index.js
Expand Up @@ -134,7 +134,7 @@ class DependencyGraph {
depGraphHelpers: this._helpers,
assetDependencies: this._assetDependencies,
moduleOptions: this._opts.moduleOptions,
}, this._opts.platfomrs);
}, this._opts.platforms);

this._hasteMap = new HasteMap({
fastfs: this._fastfs,
Expand Down

0 comments on commit 29febb9

Please sign in to comment.