Skip to content

Commit

Permalink
Drop node 0.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 21, 2016
1 parent adef075 commit b5730dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ node_js:
- "stable"
- "6"
- "4"
- "0.12"
after_success: npm run coveralls
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"standard-markdown": "latest"
},
"engines": {
"node": ">= 0.12"
"node": ">= 4"
},
"files": [
"bin"
Expand Down

0 comments on commit b5730dd

Please sign in to comment.