Skip to content

Commit

Permalink
Remove definition of micromatch which was removed. (#8988)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez authored and existentialism committed Nov 7, 2018
1 parent b706e34 commit 756ded4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/third-party-libs.js.flow
Expand Up @@ -2,12 +2,6 @@
* Basic declarations for the npm modules we use.
*/

declare module "micromatch" {
declare module.exports: {
(Array<string>, Array<string>, ?{ nocase: boolean }): Array<string>,
};
}

declare module "resolve" {
declare export default {
sync: (string, {| basedir: string |}) => string;
Expand Down

0 comments on commit 756ded4

Please sign in to comment.