mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
[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:
parent
9e697a6809
commit
62672a4e2a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user