Skip to content

Commit

Permalink
chore: upgrade node engine requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Jun 23, 2018
1 parent 68578a8 commit 4e91a48
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"lodash.shuffle": "^4.2.0",
"lodash.values": "^4.3.0",
"redis-commands": "^1.2.0",
"redis-parser": "^2.4.0",
"redis-parser": "^2.6.0",
"standard-as-callback": "^1.0.0"
},
"devDependencies": {
Expand All @@ -59,8 +59,7 @@
"sinon": "^1.17.3"
},
"engines": {
"node": ">= 0.10.16",
"iojs": ">= 1.0.0"
"node": ">=4"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 4e91a48

Please sign in to comment.