Skip to content

Commit

Permalink
fix(ssl): bump minimum supported node version to 4.5
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for node 4 < 4.5
closes #176
- node versions 4.2 - 4.4 have a bug in the buffer implementation that
causes the ssl setup to fail
  • Loading branch information
acburdine committed Mar 20, 2017
1 parent ebc8315 commit 833d8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test": "yarn run lint && yarn run test:all"
},
"engines": {
"node": "^4.2.0 || ^6.5.0"
"node": "^4.5.0 || ^6.5.0"
},
"preferGlobal": true,
"dependencies": {
Expand Down

0 comments on commit 833d8d0

Please sign in to comment.