Skip to content

Commit

Permalink
chore: drop support for Node.js 0.10 (#322)
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 authored and blakeembrey committed Dec 19, 2016
1 parent d8b4300 commit 9ebc317
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,4 +3,3 @@ language: node_js
node_js:
- 6
- 4
- "0.10"
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
}
],
"engines": {
"node": ">=0.10.0"
"node": ">= 4"
},
"dependencies": {
"@types/fs-extra": "0.0.33",
Expand Down

0 comments on commit 9ebc317

Please sign in to comment.