Skip to content

Commit 77f8ed9

Browse files
authoredMay 2, 2020
Update node version to 10.x in README (screepers#136)
* Corrects version numbering on README.md regarding Node dependency * 1) Updated .gitignore to exclude build/*
1 parent 0e2e309 commit 77f8ed9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/tsc-out
1111
/node_modules
1212
/_book
13+
/build/*
1314

1415
# TypeScript definitions installed by Typings
1516
/typings

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Screeps Typescript Starter is a starting point for a Screeps AI written in Types
66

77
You will need:
88

9-
- [Node.JS](https://nodejs.org/en/download) (>= 8.0.0)
10-
- A Package Manager ([Yarn](https://yarnpkg.com/en/docs/getting-started) or [npm](https://docs.npmjs.com/getting-started/installing-node))
11-
- Rollup CLI (Optional, install via `npm install -g rollup`)
9+
- [Node.JS](https://nodejs.org/en/download) (10.x)
10+
- A Package Manager ([Yarn](https://yarnpkg.com/en/docs/getting-started) or [npm](https://docs.npmjs.com/getting-started/installing-node))
11+
- Rollup CLI (Optional, install via `npm install -g rollup`)
1212

1313
Download the latest source [here](https://github.com/screepers/screeps-typescript-starter/archive/master.zip) and extract it to a folder.
1414

0 commit comments

Comments
 (0)
Please sign in to comment.