react native updated to flow@0.22

Summary:Flow got updated and it broke CI
Closes https://github.com/facebook/react-native/pull/6371

Differential Revision: D3026874

fb-gh-sync-id: e1866cd885cefcef45da6d0d66ff5f3fe6d9beda
shipit-source-id: e1866cd885cefcef45da6d0d66ff5f3fe6d9beda
This commit is contained in:
Konstantin Raev
2016-03-08 16:19:32 -08:00
committed by Facebook Github Bot 7
parent 179ac1e359
commit 3c2bf6304c
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ npm install -g react-native-cli
react-native init EndToEndTest
cd EndToEndTest
npm install --g flow-bin@0.21.0
npm install --g flow-bin@0.22.0
flow --retries 10
case $1 in