From 0e2591e90b04ba515f6529ad7d59fed77d729670 Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Sun, 2 Oct 2016 20:54:46 -0700 Subject: [PATCH] RN: Fix `flow-bin` Dependency Reviewed By: jeffmo Differential Revision: D3957804 fbshipit-source-id: a05026d36e5d3eff45dbc982250d3ff887cbb581 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d68600c14..47413a0bf 100644 --- a/package.json +++ b/package.json @@ -210,7 +210,7 @@ "eslint-plugin-babel": "^3.3.0", "eslint-plugin-flowtype": "^2.19.0", "eslint-plugin-react": "^6.3.0", - "flow-bin": "^0.32.0", + "flow-bin": "^0.33.0", "jest": "15.1.0", "jest-repl": "15.1.0", "jest-runtime": "15.1.0",