Skip to content

Commit

Permalink
- With Mocha 8 requiring Node 10 and Node 8 end-of-lifed, drop Node 8…
Browse files Browse the repository at this point in the history
… for `engines`
  • Loading branch information
brettz9 committed Aug 12, 2020
1 parent 1a542ae commit 898011e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"nyc": "^15.1.0"
},
"engines": {
"node": "^8.9.0 || >= 10.*"
"node": ">=10.*"
},
"nyc": {
"check-coverage": true,
Expand Down

0 comments on commit 898011e

Please sign in to comment.