Skip to content

Commit

Permalink
chore: drop support for Node.js 0.10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This module no longer supports Node.js 0.10
  • Loading branch information
greenkeeperio-bot committed Oct 31, 2016
1 parent ec2c88d commit 01aefdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.8.0"
"node": ">= 4"
},
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 01aefdd

Please sign in to comment.