Skip to content

Commit

Permalink
Drop support for Node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreisnz committed Apr 24, 2020
1 parent f0586c5 commit 063b550
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "8"
- "10"
- "12"
- "14"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 6.0.0
From version 6.0.0 onwards, replace in file requires Node 10 or higher. If you need support for Node 8, please use version 5.x.x.

## 5.0.0
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.

Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -25,6 +25,9 @@
"main": "index.js",
"bin": "./bin/cli.js",
"types": "./types/index.d.ts",
"engines": {
"node": ">=10"
},
"scripts": {
"istanbul": "babel-node ./node_modules/istanbul/lib/cli cover ./node_modules/mocha/bin/_mocha lib/**/*.spec.js",
"test": "npm run istanbul -s",
Expand Down

0 comments on commit 063b550

Please sign in to comment.