From fee5f56b9476bfbcbcceafb46058fd5695c761b1 Mon Sep 17 00:00:00 2001 From: gozala Date: Tue, 19 Apr 2016 14:09:08 -0700 Subject: [PATCH] Ignore json5 wherever it comes from. --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index 60917f7..c8dcc1a 100644 --- a/.flowconfig +++ b/.flowconfig @@ -2,6 +2,7 @@ .*/dist/.* .*/node_modules/babel.* .*/node_modules/tap/* +.*/node_modules/json5/test/* [libs]