Skip to content

Commit bdbd790

Browse files
committed
Reword warning
Node 14> is EOL, so no longer relevant
1 parent 88fcf99 commit bdbd790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
| :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)). |
5+
| :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)). |
66
|-----------|----------------------------------------------------------------------------------------|
77

88
## Basic usage

0 commit comments

Comments
 (0)