Skip to content

Commit

Permalink
Merge c62192d into 4c9af76
Browse files Browse the repository at this point in the history
  • Loading branch information
onebytegone committed Jan 18, 2019
2 parents 4c9af76 + c62192d commit de0a5ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
8.10.0
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,6 @@ node_js:
- "10"
- "8"
- "8.10"
- "6"

before_install: if [[ `npm -v` != 6* ]]; then npm i -g npm@6.4.1; fi

Expand Down
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -23,6 +23,10 @@
"url": "https://github.com/silvermine/serverless-plugin-external-sns-events/issues"
},
"homepage": "https://github.com/silvermine/serverless-plugin-external-sns-events#readme",
"engines": {
"node": ">=8.10.0",
"npm": "6.4.1"
},
"dependencies": {
"class.extend": "0.9.2",
"underscore": "1.8.3"
Expand Down

0 comments on commit de0a5ec

Please sign in to comment.