Skip to content

Commit

Permalink
build(nodejs): Drop support for NodeJS v4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for NodeJS v4
  • Loading branch information
VovanR committed Jun 6, 2018
1 parent b994eb9 commit e38cdce
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 @@ -6,7 +6,7 @@
"repository": "VovanR/toggle-in-array",
"author": "Vladimir Rodkin <mail@vovanr.com> (http://vovanr.com/)",
"engines": {
"node": ">=4"
"node": ">=6"
},
"scripts": {
"prepush": "npm test",
Expand Down

0 comments on commit e38cdce

Please sign in to comment.