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:
committed by
Blake Embrey
parent
d8b4300a9b
commit
9ebc317931
@@ -3,4 +3,3 @@ language: node_js
|
||||
node_js:
|
||||
- 6
|
||||
- 4
|
||||
- "0.10"
|
||||
|
@@ -27,7 +27,7 @@
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
"node": ">= 4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/fs-extra": "0.0.33",
|
||||
|
Reference in New Issue
Block a user