mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 03:26:07 +00:00
Fix bad require
Reviewed By: @vjeux, @swarr Differential Revision: D2509919 fb-gh-sync-id: 8c3555d080a2b49c3a1effbe5c7e1d31a9a04767
This commit is contained in:
parent
340229303f
commit
725e3eba6e
@ -12,7 +12,7 @@ const fs = require('fs');
|
||||
const log = require('../util/log').out('dependencies');
|
||||
const parseCommandLine = require('../../../packager/parseCommandLine');
|
||||
const path = require('path');
|
||||
const Promise = require('Promise');
|
||||
const Promise = require('promise');
|
||||
const ReactPackager = require('../../../packager/react-packager');
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user