Skip to content

Commit

Permalink
fix(Package): Corrects engines
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi committed Mar 9, 2020
1 parent 0deaa1a commit 9329635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
}
},
"engines": {
"node": "6 - 8",
"npm": "3 - 5"
"node": ">6.0.0",
"npm": ">3.0.0"
},
"dependencies": {
"aws-sdk": "^2.249.1",
Expand Down

0 comments on commit 9329635

Please sign in to comment.