bump node version to 6.2 and update readme;

This commit is contained in:
Aaron Tidwell
2018-01-19 11:19:52 -05:00
parent 58bbf23598
commit 257fab58b2
2 changed files with 10 additions and 4 deletions

View File

@@ -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.

View File

@@ -12,6 +12,6 @@
"node-static": "^0.7.10"
},
"engines": {
"node": ">= 0.4.1"
"node": ">= 6.2.0"
}
}