mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
require Node >=8.3.0 💥 💚
This commit is contained in:
parent
ca1105f139
commit
bf3c4c58a1
2 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 'stable'
|
- 'stable'
|
||||||
- 'lts/*'
|
- 'lts/*'
|
||||||
- '6'
|
- '8'
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
"http"
|
"http"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6"
|
"node": ">=8.3.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mapbox/polyline": "^1.0.0",
|
"@mapbox/polyline": "^1.0.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue