Skip to content

Commit

Permalink
chore(deps): Drop node v4 support. (#214)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Drop support for node 4.x
  • Loading branch information
johnjbarton committed Aug 16, 2018
1 parent 66f598a commit e604132
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- "4.0"
- "6.0"
- "8.0"
- "stable"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"karma": "*"
},
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit e604132

Please sign in to comment.