Skip to content

Commit

Permalink
Drop node 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 13, 2016
1 parent c575711 commit 4b57b57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ language: node_js
node_js:
- "stable"
- "6"
- "5"
- "4"
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 @@ -36,7 +36,7 @@
"standard-markdown": "latest"
},
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"files": [
"index.js"
Expand Down

0 comments on commit 4b57b57

Please sign in to comment.