diff --git a/README.md b/README.md index 6f482186..48ea8d11 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A file sharing experiment which allows you to send encrypted files to other user ## Requirements -- [Node.js 10.0+](https://nodejs.org/) +- [Node.js 10.x](https://nodejs.org/) - [Redis server](https://redis.io/) (optional for development) - [AWS S3](https://aws.amazon.com/s3/) or compatible service. (optional) diff --git a/package.json b/package.json index 343ec0df..4175cee8 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "cache": true }, "engines": { - "node": ">=10.0.0" + "node": ">=10.0.0 <11.0.0" }, "devDependencies": { "@babel/core": "^7.6.0",