Skip to content

Commit

Permalink
docs: add warning about next release dropping support to Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
atao60 committed Jun 24, 2021
1 parent 056c9ad commit cc3d279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Welcome to @atao/fse-cli

<img src="https://raw.githubusercontent.com/googlefonts/noto-emoji/v2018-08-10-unicode11/svg/emoji_u1f3d7.svg" width="40" /> A [CLI](https://en.wikipedia.org/wiki/Command-line_interface) for [fs-extra](https://github.com/jprichardson/node-fs-extra).

> This release 0.0.60 will be the last one to run under [Node.js: fs-extra](https://github.com/jprichardson/node-fs-extra) 10. Next release will drop support of [Node.js: fs-extra](https://github.com/jprichardson/node-fs-extra) 10.
## 💡 Rational

Everyone needs simple file system operations like copy, remove, clean, ... that can be used from the terminal or via scripts.
Expand Down
2 changes: 1 addition & 1 deletion USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To force prompting for all the arguments, add the option '--all' when available.
To suppress output when it makes sens (i.e. not an error or an output of query command), use either the option '--quiet'
or the environment variable 'FSE_CLI_QUIET=true'.

* version Displays [@atao60/fse-cli](https://github.com/atao60/fse-cli/blob/HEAD/CHANGELOG.md) version (and [Node.js: fs-extra](https://github.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md) version).
* version Displays [@atao60/fse-cli](https://github.com/atao60/fse-cli/releases) version (and [Node.js: fs-extra](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) version).

`fse version`

Expand Down

0 comments on commit cc3d279

Please sign in to comment.