From 53954285c78ccaeab79a3bf2e06ca2eec5f2bb2e Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Fri, 16 Jun 2017 12:51:29 -0500 Subject: [PATCH] Fix `flow` (and `npm run lint`) The npm library promise (https://github.com/then/promise) was updated (roughly 2 hours ago) and our flow setup does not pass successfully on it. --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index 1065a23fb..9450f48d9 100644 --- a/.flowconfig +++ b/.flowconfig @@ -19,6 +19,7 @@ .*/node_modules/babel-core/.* .*/node_modules/bower/.* .*/node_modules/jsonlint/.* +.*/node_modules/promise/index.js.flow .*/node_modules/styled-components/.* [include]