Skip to content

Commit

Permalink
Fix types.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jul 7, 2019
1 parent 6a1acfb commit a382910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ const anymatch = (matchers, testString, returnIndex = false) => {
return matchPatterns(patterns, negatedGlobs, testString, returnIndex);
};

exports.default = anymatch;
anymatch.default = anymatch;
module.exports = anymatch;

0 comments on commit a382910

Please sign in to comment.