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.
pull/1676/head jitsi-meet_2167
Lyubo Marinov 8 years ago
parent 5cffe328a5
commit 53954285c7
  1. 1
      .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]

Loading…
Cancel
Save