Skip to content

Commit

Permalink
fix(package): Fixes engine version ranges.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi committed Oct 26, 2017
1 parent 981efcd commit a122398
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 @@ -29,8 +29,8 @@
}
},
"engines": {
"node": "^6.0.0",
"npm": "^3.10.10"
"node": "6 - 8",
"npm": "3 - 5"
},
"dependencies": {
"aws-sdk": "^2.80.0",
Expand Down

0 comments on commit a122398

Please sign in to comment.