diff --git a/.travis.yml b/.travis.yml index 3801dc04..4a4d3b90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: - node_js node_js: + - 10 - 8 - 6 - - 4 cache: directories: @@ -31,5 +31,5 @@ script: jobs: include: - stage: publish - node_js: 8 + node_js: 10 script: echo -e "machine github.com\n login $GH_TOKEN" >> ~/.netrc && npm run release diff --git a/package.json b/package.json index 1a26dfcf..9e78d5a4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "nodejs sdk for the smartcar platform", "main": "index.js", "author": "Smartcar (https://smartcar.com)", - "license" : "MIT", + "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/smartcar/node-sdk.git" @@ -22,7 +22,7 @@ "index.js" ], "engines": { - "node": ">=4.0.0" + "node": ">=6.0.0" }, "scripts": { "test": "ava",