From 257fab58b225954fb2d17fd48d67ad218a155901 Mon Sep 17 00:00:00 2001 From: Aaron Tidwell Date: Fri, 19 Jan 2018 11:19:52 -0500 Subject: [PATCH] bump node version to 6.2 and update readme; --- README.md | 12 +++++++++--- package.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b6219ce..324af6a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ Setup --- -- Fork this repository -- Clone this repository to your local environment +- Ensure you have node.js installed at version >= 6.2.0 +- Fork this project +- Clone your forked project to your local environment + +Install +--- + - Run `npm install` to install dependencies - Run `npm start` to start the static server - Open `http://localhost:8080` @@ -15,5 +20,6 @@ Instructions Submit --- +- Push your changes to a branch in your forked project - Submit a Pull Request back to this repository with your completed challenge code. -- Please complete within 24 hours. +- Please complete ASAP. diff --git a/package.json b/package.json index ebb90d1..542d8a2 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "node-static": "^0.7.10" }, "engines": { - "node": ">= 0.4.1" + "node": ">= 6.2.0" } }