Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
Performance improvements thanks to [@Trott](https://github.com/Trott)
  • Loading branch information
jonschlinkert committed Sep 26, 2021
1 parent abf7719 commit 53558be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "is-glob",
"description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
"version": "4.0.1",
"version": "4.1.1",
"homepage": "https://github.com/micromatch/is-glob",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
Expand Down

0 comments on commit 53558be

Please sign in to comment.