Bump the flow-bin version to ^0.44.2

Summary:
There's something wrong with the Linux binary in Flow v0.44.1. It doesn't work. Flow v0.44.2 fixes, however CircleCI may have cached Flow v0.44.1. Putting this PR up in case it's needed.

yarn install
yarn run flow
Closes https://github.com/facebook/react-native/pull/13549

Differential Revision: D4902838

Pulled By: gabelevi

fbshipit-source-id: 7f5223f7447dc0387955a94a0945915521a508c4
This commit is contained in:
Gabe Levi 2017-04-18 10:08:49 -07:00 committed by Facebook Github Bot
parent c6f5717d2b
commit f47ed2b5b9
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@
"eslint-plugin-flowtype": "^2.20.0",
"eslint-plugin-react": "^6.4.1",
"eslint-config-fbjs": "^1.1.1",
"flow-bin": "^0.44.0",
"flow-bin": "^0.44.2",
"jest": "19.0.2",
"jest-repl": "19.0.2",
"jest-runtime": "19.0.2",