From d1bbfa58c871813b7dabb008204ece1904a2dfed Mon Sep 17 00:00:00 2001 From: Serraniel Date: Sun, 27 Sep 2020 13:22:00 +0200 Subject: [PATCH] #56 Added versions into readme.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e0ba1b..5618f29 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,16 @@ This extension isnĀ“t available in browser stores yet. Please download from [rel ## Development ### Tools -This project requires you to install [NPM](https://nodejs.org/en/download/) and [gulp](https://www.npmjs.com/package/gulp). +This project requires you to install the latestst versions of [Node.js](https://nodejs.org/en/download/), [NPM](https://nodejs.org/en/download/) and [gulp](https://www.npmjs.com/package/gulp). +Minimum required versions: +| Tool | Version | +|-|-| +| Node.js | => 12.18.x | +| npm | => 6.14.x | +| gulp | => 4.0.x | +| gulp-cli\* | => 2.3.x | + +\* only required if you plan to run gulp directly from command line. ### Build ```sh