Ver código fonte

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 anos atrás
pai
commit
53954285c7
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      .flowconfig

+ 1
- 0
.flowconfig Ver arquivo

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

Carregando…
Cancelar
Salvar