summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Paul <info@jaller.de>2020-05-28 12:18:00 +0200
committerGitHub <noreply@github.com>2020-05-28 12:18:00 +0200
commit393f867c847f5789947347f0016df463aae3cfcf (patch)
treeb3d812f4f85cdf3b3fc34de36ac79f40c5e4779e
parent8475501605b80e68114cdeb57ab36963606237fe (diff)
Raise the minimum NodeJS version to 10 (#84)
-rw-r--r--.travis.yml2
-rw-r--r--README.md2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f64830c..513a624 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
language: node_js
node_js:
- - "8"
- "10"
- "12"
+ - "14"
script:
- npm run-script lint
diff --git a/README.md b/README.md
index 4e8b28f..f2a3fc3 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ npx mapscii
### With npm
-If you haven't already got Node.js >= version 6.14, then [go get it](http://nodejs.org/).
+If you haven't already got Node.js >= version 10, then [go get it](http://nodejs.org/).
```
npm install -g mapscii
diff --git a/package.json b/package.json
index 8d545fa..8bab5b1 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"mapscii": "./bin/mapscii.sh"
},
"engines": {
- "node": ">=8"
+ "node": ">=10"
},
"keywords": [
"map",