From 0d7ba1cd59863dd0d3ba893bfda4750dd3400d46 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Fri, 15 Apr 2016 13:09:29 +0530 Subject: [PATCH] Update CONTRIBUTING.md with prerequisite versions --- CONTRIBUTING.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a4b97c4e400..7b3ab1b8602 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,8 +34,13 @@ If you've found a bug that is not on the board, [follow these steps](#found-a-bu ## Prerequisites -- [MongoDB](http://www.mongodb.org/downloads) -- [Node.js](http://nodejs.org) +| Prerequisite | Version | +|--------------|---------| +| [MongoDB](http://www.mongodb.org/downloads) | `~ ^3` | +| [Node.js](http://nodejs.org) | `~ ^4` | +| npm | `~ ^2` | + +> _Updating to the latest releases is recomended_. ## Getting Started