From fbf2f4e32adf436efd7e0856dd446c3e6cfd609f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 16 Oct 2020 08:08:31 +0200 Subject: [PATCH] flow: Update to version 0.136.0 --- bucket/flow.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flow.json b/bucket/flow.json index 606112ea96..8152934f17 100644 --- a/bucket/flow.json +++ b/bucket/flow.json @@ -1,12 +1,12 @@ { - "version": "0.135.0", + "version": "0.136.0", "description": "A static type checker for JavaScript code.", "homepage": "https://flowtype.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/facebook/flow/releases/download/v0.135.0/flow-win64-v0.135.0.zip", - "hash": "8baa09530ea52e9dc1de494a6c2a2e374cfe6d9b007956aed936621f619cb0b4" + "url": "https://github.com/facebook/flow/releases/download/v0.136.0/flow-win64-v0.136.0.zip", + "hash": "761038960abb36b2fb4159e08addfb6f5e71c3915799941abf0fe32650f3fefd" } }, "extract_dir": "flow",