Skip to content

Commit

Permalink
Drop NodeJs 8 support & Require NodeJs >= 10
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Dec 25, 2019
1 parent fd379b6 commit 7fcde37
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 @@ -4,7 +4,7 @@
"main": "index",
"version": "0.7.0",
"engines": {
"node": ">=8.6.0"
"node": ">=10.9.0"
},
"scripts": {
"test": "mocha test --reporter spec",
Expand Down

0 comments on commit 7fcde37

Please sign in to comment.