Skip to content

Commit

Permalink
chore: drop node lt 4 (#33)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Node versions less than 4.0 are no longer supported.
  • Loading branch information
keithamus authored Jun 20, 2017
1 parent 85e2b25 commit a28072b
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 @@ -4,7 +4,6 @@ cache:
directories:
- node_modules
node_js:
- 0.12 # to be removed 2016-12-31
- 4 # to be removed 2018-04-01
- 6 # to be removed 2019-04-01
- lts/* # safety net; don't remove
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"validate-commit-msg": "^2.6.1"
},
"engines": {
"node": ">0.10"
"node": ">=4"
}
}

0 comments on commit a28072b

Please sign in to comment.