From 3532975f00e3528f7feea79d0082bb03f492e40c Mon Sep 17 00:00:00 2001 From: Gabe Levi Date: Mon, 17 Apr 2017 18:30:39 -0400 Subject: [PATCH] Bump the flow-bin version to ^0.44.2 in case CircleCI's cache doesn't automatically pick it up --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d57918e8d4c459..d4bb8b904933c9 100644 --- a/package.json +++ b/package.json @@ -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",