From 42af07e69cf3fd2017bc47a74768ca3c898d65df Mon Sep 17 00:00:00 2001 From: Adam Miskiewicz Date: Sat, 2 Jan 2016 20:12:28 -0500 Subject: [PATCH] Fix flow config after adding fbjs stubs --- .flowconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.flowconfig b/.flowconfig index 53bfd25208fb1b..6a3a71a1eb166c 100644 --- a/.flowconfig +++ b/.flowconfig @@ -14,12 +14,8 @@ # Ignore react and fbjs where there are overlaps, but don't ignore # anything that react-native relies on -.*/node_modules/fbjs/lib/Map.js -.*/node_modules/fbjs/lib/Promise.js .*/node_modules/fbjs/lib/fetch.js .*/node_modules/fbjs/lib/ExecutionEnvironment.js -.*/node_modules/fbjs/lib/isEmpty.js -.*/node_modules/fbjs/lib/crc32.js .*/node_modules/fbjs/lib/ErrorUtils.js # Flow has a built-in definition for the 'react' module which we prefer to use