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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,6 +10,7 @@
|
|||||||
/tsc-out
|
/tsc-out
|
||||||
/node_modules
|
/node_modules
|
||||||
/_book
|
/_book
|
||||||
|
/build/*
|
||||||
|
|
||||||
# TypeScript definitions installed by Typings
|
# TypeScript definitions installed by Typings
|
||||||
/typings
|
/typings
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ Screeps Typescript Starter is a starting point for a Screeps AI written in Types
|
|||||||
|
|
||||||
You will need:
|
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))
|
- 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`)
|
- 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.
|
Download the latest source [here](https://github.com/screepers/screeps-typescript-starter/archive/master.zip) and extract it to a folder.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user