Skip to content

Commit

Permalink
[fixes #123] Drop support for unsupported versions of node (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jul 27, 2018
1 parent e3beaf8 commit 0c439f0
Show file tree
Hide file tree
Showing 2 changed files with 1,740 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tmp": "0.0.27"
},
"engines": {
"node": ">=0.6.0"
"node": "6.* || 8.* || >= 10.*"
},
"bugs": {
"url": "https://github.com/amasad/sane/issues"
Expand Down

0 comments on commit 0c439f0

Please sign in to comment.