Fixed path to regenerator-runtime

Summary:
Since 0.8.43 regenerator has regenerator-runtime dependency.
Fixes one js test in trunk
Closes https://github.com/facebook/react-native/pull/7351

Reviewed By: davidaurelio

Differential Revision: D3252699

Pulled By: bestander

fb-gh-sync-id: cedb122eb8e9f3a5e40a5313482bc2282511c71e
fbshipit-source-id: cedb122eb8e9f3a5e40a5313482bc2282511c71e
This commit is contained in:
Konstantin Raev
2016-05-04 05:18:42 -07:00
committed by Facebook Github Bot 7
parent 46d98e1d68
commit ec5016ad8f
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
/* eslint strict: 0 */
/* globals GLOBAL: true, window: true */
require('regenerator/runtime');
require('regenerator-runtime/runtime');
if (typeof GLOBAL === 'undefined') {
global.GLOBAL = global;