Merge pull request #64 from rastapasta/drop-node6

Remove support for Node 6
pull/68/head^2
Christian Paul 2019-03-24 18:27:24 -07:00 zatwierdzone przez GitHub
commit 6c86050b3d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,4 @@
language: node_js language: node_js
node_js: node_js:
- "6"
- "8" - "8"
- "10" - "10"

Wyświetl plik

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