From 77f8ed969c31a1ee5fb1f9aa186a24a7df879156 Mon Sep 17 00:00:00 2001 From: "Dr. Derek Austin" <53202242+djD-REK@users.noreply.github.com> Date: Sat, 2 May 2020 10:54:55 -0400 Subject: [PATCH] Update node version to 10.x in README (#136) * Corrects version numbering on README.md regarding Node dependency * 1) Updated .gitignore to exclude build/* --- .gitignore | 1 + README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c3d567f..ce84fb9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ /tsc-out /node_modules /_book +/build/* # TypeScript definitions installed by Typings /typings diff --git a/README.md b/README.md index 7fc2213..04591aa 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Screeps Typescript Starter is a starting point for a Screeps AI written in Types You will need: - - [Node.JS](https://nodejs.org/en/download) (>= 8.0.0) - - A Package Manager ([Yarn](https://yarnpkg.com/en/docs/getting-started) or [npm](https://docs.npmjs.com/getting-started/installing-node)) - - Rollup CLI (Optional, install via `npm install -g rollup`) +- [Node.JS](https://nodejs.org/en/download) (10.x) +- A Package Manager ([Yarn](https://yarnpkg.com/en/docs/getting-started) or [npm](https://docs.npmjs.com/getting-started/installing-node)) +- Rollup CLI (Optional, install via `npm install -g rollup`) Download the latest source [here](https://github.com/screepers/screeps-typescript-starter/archive/master.zip) and extract it to a folder.