From 9f62d54cced02663b8d6b74bb338acae42b199f3 Mon Sep 17 00:00:00 2001 From: Aaron Chiu Date: Wed, 23 Sep 2015 12:59:50 -0700 Subject: [PATCH] merge .flowconfig files part 1 Differential Revision: D2472462 committer: Service User --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 441cc7048..fcd8aad3f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,8 @@ "LICENSE", "PATENTS", "README.md", - "jestSupport" + "jestSupport", + ".flowconfig" ], "scripts": { "test": "NODE_ENV=test jest",