Remove remnants of the packager

Summary:
There were still some references to "packager/" that are no longer used since the `packager` directory has been deleted after moving to Metro. Cleaned up the ones that were doing nothing and updated the references that are still meaningful.
Closes https://github.com/facebook/react-native/pull/14881

Reviewed By: cpojer

Differential Revision: D5380731

Pulled By: javache

fbshipit-source-id: 1355268f48db47343d0d38fae2598b64c8c01475
This commit is contained in:
James Ide
2017-07-07 02:58:55 -07:00
committed by Facebook Github Bot
parent 6c2beaffdc
commit 6e13adbf56
5 changed files with 3 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
'use strict';
// This is a stub for flow to make it understand require('./icon.png')
// See packager/src/Bundler/index.js
// See metro-bundler/src/Bundler/index.js
var AssetRegistry = require('AssetRegistry');