From 700b7148ef58ee9d84cfea03bc16ac40622a0213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Markb=C3=A5ge?= Date: Fri, 6 May 2016 14:48:56 -0700 Subject: [PATCH] Get patch versions of Flow (#6716) Best practice or whatever. --- .flowconfig | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.flowconfig b/.flowconfig index 72d5fe7925..7e631856fa 100644 --- a/.flowconfig +++ b/.flowconfig @@ -31,4 +31,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-4]\\|1[0-9]\\|[0-9 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy [version] -0.24.0 +^0.24.0 diff --git a/package.json b/package.json index c05f696c16..7141f40976 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-react-internal": "file:eslint-rules", "fbjs": "^0.8.1", "fbjs-scripts": "^0.6.0", - "flow-bin": "0.24.0", + "flow-bin": "^0.24.0", "glob": "^6.0.1", "grunt": "^0.4.5", "grunt-cli": "^0.1.13",