docs: update node.js requirement

This commit is contained in:
Igor Gassmann 2018-03-25 13:57:29 -04:00 committed by Igor Gassmann
parent 540b9fe4b5
commit 20ef534a44
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ development and testing purposes.
This will download and install the LBRY app and its dependencies, including
[the LBRY daemon](https://github.com/lbryio/lbry) and command line utilities like `node` and `yarn`.
The LBRY app requires Node >= 6; if you have an earlier version of Node installed and want to keep
The LBRY app requires Node >= 7; if you have an earlier version of Node installed and want to keep
it, you can use [nvm](https://github.com/creationix/nvm) to switch back and forth.
#### Arch Linux and Other Non-Debian Distributions

View file

@ -117,7 +117,7 @@
"yarnhook": "^0.1.1"
},
"engines": {
"node": ">=6",
"node": ">=7",
"yarn": "^1.3"
},
"lbrySettings": {