Skip to content

Commit

Permalink
Drop Node 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreisnz committed Dec 15, 2019
1 parent 414c7fc commit b1ff341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -426,6 +426,7 @@ Node’s built in `path.resolve()`, so you can pass in an absolute or relative p

## Version information
From version 3.0.0 onwards, replace in file requires Node 6 or higher. If you need support for Node 4 or 5, please use version 2.x.x.
From version 5.0.0 onwards, replace in file requires Node 8 or higher. If you need support for Node 6, please use version 4.x.x.

See the [Changelog](CHANGELOG.md) for more information.

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "replace-in-file",
"version": "4.3.1",
"version": "4.3.0",
"description": "A simple utility to quickly replace text in one or more files.",
"homepage": "https://github.com/adamreisnz/replace-in-file#readme",
"author": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"coverage": "open -a \"Google Chrome\" ./coverage/lcov-report/index.html"
},
"dependencies": {
"chalk": "^2.4.2",
"chalk": "^3.0.0",
"glob": "^7.1.6",
"yargs": "^15.0.2"
},
Expand Down

0 comments on commit b1ff341

Please sign in to comment.