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 Jul 8, 2020
1 parent d9ae328 commit da21335
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.* || >= 10.*"
"node": ">=10.*"
},
"nyc": {
"check-coverage": true,
Expand Down

0 comments on commit da21335

Please sign in to comment.