Browse Source

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.
master
Lyubo Marinov 8 years ago
parent
commit
53954285c7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .flowconfig

+ 1
- 0
.flowconfig View File

@@ -19,6 +19,7 @@
19 19
 .*/node_modules/babel-core/.*
20 20
 .*/node_modules/bower/.*
21 21
 .*/node_modules/jsonlint/.*
22
+.*/node_modules/promise/index.js.flow
22 23
 .*/node_modules/styled-components/.*
23 24
 
24 25
 [include]

Loading…
Cancel
Save