diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2018-12-19 09:44:54 +0100 |
---|---|---|
committer | Hristo Terezov <hristo@jitsi.org> | 2018-12-27 16:56:51 +0000 |
commit | dc22d9f5a622dc25381b1826400c5789a086bace (patch) | |
tree | e2022da54dde37f30bfc8b753fe63cd9b96666ca /.flowconfig | |
parent | 846d742ccd7aca5e3689bdb852cf970745ab7946 (diff) |
Update dependencies
Diffstat (limited to '.flowconfig')
-rw-r--r-- | .flowconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.flowconfig b/.flowconfig index 14b0b64..1d8cda3 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,5 +1,6 @@ [ignore] <PROJECT_ROOT>/node_modules/@atlaskit/.*/*.js.flow +<PROJECT_ROOT>/node_modules/redux-persist/.*/*.js.flow <PROJECT_ROOT>/build/.* <PROJECT_ROOT>/dist/.* @@ -11,4 +12,4 @@ [options] -[strict]
\ No newline at end of file +[strict] |