mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 23:53:08 +01:00
Lower required NodeJS version to 6.14.0 to support the maintained LTS 6
This commit is contained in:
parent
76d1995e95
commit
9c66bb5418
@ -28,7 +28,7 @@ If you're on Windows, use the open source telnet client [PuTTY](https://www.chia
|
|||||||
|
|
||||||
### With npm
|
### 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
|
npm install -g mapscii
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"mapscii": "./bin/mapscii.sh"
|
"mapscii": "./bin/mapscii.sh"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0"
|
"node": ">=6.14.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"map",
|
"map",
|
||||||
|
Loading…
Reference in New Issue
Block a user