Upgrade metro-bundler to v0.9.0

Summary: Upgrade metro-bundler to v0.9.0. This version has no functional change. The only change is that the structure of the npm package reflects the structure of the source code.

Reviewed By: bestander

Differential Revision: D5315651

fbshipit-source-id: 3a69337106d4ccf708823c80d304941973360e8e
This commit is contained in:
David Aurelio 2017-06-24 17:04:27 -07:00 committed by Facebook Github Bot
parent 01e1ff3b0a
commit 43efe9cb38
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@
'use strict'; 'use strict';
global.Promise = require('promise'); global.Promise = require('promise');
require('../packages/metro-bundler/build/setupNodePolyfills'); require('../packages/metro-bundler/src/setupNodePolyfills');