Skip to content

Commit

Permalink
docs: update readme with notice on glob native promise support
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Jun 13, 2024
1 parent 34ba15e commit 1b10bd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Match files using the patterns the shell uses, like stars and stuff.

> ***Note**: This is just a [`Promise`][] wrapped version of [`glob`][]*
> \[!IMPORTANT\]
> [Glob][`glob`] has native Promise support as of `v9.0.0`, please use it directly.
> I will not issue a deprecation notice on this package, because I can't deal with the volume of angry tickets that will follow.
## Install

``` bash
Expand Down
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
> _**Note**: This is just a [`Promise`][Promise] wrapped version of [`glob`][glob]_
> [!IMPORTANT]
> [Glob][glob] has native Promise support as of `v9.0.0`, please use it directly.
> I will not issue a deprecation notice on this package, because I can't deal with the volume of angry tickets that will follow.
## Install

```bash
Expand Down

0 comments on commit 1b10bd7

Please sign in to comment.