Lower required NodeJS version to 6.14.0 to support the maintained LTS 6

This commit is contained in:
Christian Paul 2018-10-17 09:26:42 -07:00
parent 76d1995e95
commit 9c66bb5418
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ If you're on Windows, use the open source telnet client [PuTTY](https://www.chia
### With npm
If you haven't already got Node.js >= version 8.12, then [go get it](http://nodejs.org/).
If you haven't already got Node.js >= version 6.14, then [go get it](http://nodejs.org/).
```
npm install -g mapscii

View File

@ -15,7 +15,7 @@
"mapscii": "./bin/mapscii.sh"
},
"engines": {
"node": ">=8.12.0"
"node": ">=6.14.0"
},
"keywords": [
"map",