Skip to content

Commit

Permalink
Merge branch 'release/1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Zotter committed Mar 19, 2019
2 parents ec3fde4 + 7319886 commit 2991938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: node_js
node_js:
- '6.0'
- '6.10'
- "8.0"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <www.dieproduktmacher.com>",
Expand Down

0 comments on commit 2991938

Please sign in to comment.