Update node version to 10.x in README (#136)

* Corrects version numbering on README.md regarding Node dependency
* 1) Updated .gitignore to exclude build/*
This commit is contained in:
Dr. Derek Austin
2020-05-02 10:54:55 -04:00
committed by GitHub
parent 0e2e309ee2
commit 77f8ed969c
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@
/tsc-out
/node_modules
/_book
/build/*
# TypeScript definitions installed by Typings
/typings

View File

@@ -6,7 +6,7 @@ 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)
- [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`)