浏览代码

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.
j8
Lyubo Marinov 8 年前
父节点
当前提交
53954285c7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      .flowconfig

+ 1
- 0
.flowconfig 查看文件

@@ -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]

正在加载...
取消
保存