[chore] Updating required Node range

Doing a query across all the "engine" requirements across all installed
dependencies, the highest minimum is Node 8.*. And the lowest maximum
seems to be 9.*
This commit is contained in:
Steven Evans 2018-09-24 20:45:50 -04:00 committed by danielyxie
parent 2c0ea7e12c
commit 6859a30bbe

@ -84,7 +84,7 @@
"worker-loader": "^2.0.0"
},
"engines": {
"node": ">=4.3.0 <5.0.0 || >=5.10"
"node": ">=8 || <=9"
},
"homepage": "https://github.com/danielyxie/bitburner",
"license": "SEE LICENSE IN license.txt",