From 756ded4d646b47b28d8175315d264fad0e9afe9d Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Wed, 7 Nov 2018 14:49:27 -0800 Subject: [PATCH] Remove definition of micromatch which was removed. (#8988) --- lib/third-party-libs.js.flow | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/third-party-libs.js.flow b/lib/third-party-libs.js.flow index 74913a5df11a..1b896cf86157 100644 --- a/lib/third-party-libs.js.flow +++ b/lib/third-party-libs.js.flow @@ -2,12 +2,6 @@ * Basic declarations for the npm modules we use. */ -declare module "micromatch" { - declare module.exports: { - (Array, Array, ?{ nocase: boolean }): Array, - }; -} - declare module "resolve" { declare export default { sync: (string, {| basedir: string |}) => string;