Skip to content

Commit

Permalink
Reword warning
Browse files Browse the repository at this point in the history
Node 14> is EOL, so no longer relevant
  • Loading branch information
atjn committed Jul 27, 2022
1 parent 88fcf99 commit bdbd790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Get the size of a folder by iterating through its sub-files and -folders.

| :warning: | Version 3 of this package completely redesigns the API to use ES6 promises and bumps minimum node support to version 14. If you need to use the old callback syntax, or if you need to support an older version of node, keep your dependency pinned to version ^2 ([v2 API reference](https://github.com/alessioalex/get-folder-size/tree/v2.0.1)). |
| :warning: | Version 3+ of this package is pure ESM and uses a new promise-based API. If you need to use CommonJS or the old callback syntax, keep your dependency pinned to version ^2 ([v2 API reference](https://github.com/alessioalex/get-folder-size/tree/v2.0.1)). |
|-----------|----------------------------------------------------------------------------------------|

## Basic usage
Expand Down

0 comments on commit bdbd790

Please sign in to comment.