Skip to content

Commit

Permalink
Fix flow config after adding fbjs stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
skevy committed Jan 3, 2016
1 parent 7c00d73 commit 42af07e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42af07e

Please sign in to comment.