diff --git a/.travis.yml b/.travis.yml index 7cb323e..69ee6ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ language: node_js node_js: - - '6.0' - - '6.10' + - "8.0" diff --git a/package.json b/package.json index f348c65..a6f8626 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "serverless-env-generator", - "version": "1.2.0", + "version": "1.2.1", "engines": { - "node": ">=6.0" + "node": ">=8.0" }, "description": "A Serverless 1.x plugin to automatically create a .env file during deployment by merging environment variables from one or more YAML files. Variables can be securely encrypted with KMS. Multiple stages and profiles are supported.", "author": "DieProduktMacher ",