chore: drop support for Node.js 0.10 (#322)

BREAKING CHANGE: This module no longer supports Node.js 0.10
This commit is contained in:
Greenkeeper
2016-12-19 21:38:27 +01:00
committed by Blake Embrey
parent d8b4300a9b
commit 9ebc317931
2 changed files with 1 additions and 2 deletions

View File

@@ -3,4 +3,3 @@ language: node_js
node_js:
- 6
- 4
- "0.10"

View File

@@ -27,7 +27,7 @@
}
],
"engines": {
"node": ">=0.10.0"
"node": ">= 4"
},
"dependencies": {
"@types/fs-extra": "0.0.33",