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 be6942c commit 20ed4f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"
- 4
- 6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"vinyl-source-stream": "latest"
},
"engines": {
"node": ">= 0.10"
"node": ">= 4"
},
"files": [
"index.js"
Expand Down

0 comments on commit 20ed4f1

Please sign in to comment.