Skip to content

Commit

Permalink
Rename ReactPackager -> Metro
Browse files Browse the repository at this point in the history
Reviewed By: cpojer

Differential Revision: D6435801

fbshipit-source-id: b8fae475040a64b62a73fbf337cafdaa637cbdef
  • Loading branch information
Peter van der Zee authored and facebook-github-bot committed Nov 29, 2017
1 parent 0091496 commit aba148f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-cli/dependencies/dependencies.js
Expand Up @@ -8,7 +8,7 @@
*/
'use strict';

const ReactPackager = require('metro');
const Metro = require('metro');

const denodeify = require('denodeify');
const fs = require('fs');
Expand Down Expand Up @@ -63,7 +63,7 @@ function dependencies(argv, config, args, packagerInstance) {

return Promise.resolve((packagerInstance ?
packagerInstance.getOrderedDependencyPaths(options) :
ReactPackager.getOrderedDependencyPaths(packageOpts, options)).then(
Metro.getOrderedDependencyPaths(packageOpts, options)).then(
deps => {
deps.forEach(modulePath => {
// Temporary hack to disable listing dependencies not under this directory.
Expand Down

0 comments on commit aba148f

Please sign in to comment.