Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Update engines depedency to node >= 4
Browse files Browse the repository at this point in the history
The requests package dropped support for node < 4 in
[v2.75.0](https://github.com/request/request/blob/master/CHANGELOG.md#v2750-20160917).

Since we rely on the requests package within this test reporter, our own
engines dependency should match.
  • Loading branch information
dblandin committed Jun 1, 2017
1 parent 97f1ff2 commit d936a62
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 @@ -16,7 +16,7 @@
"mocha": "^2.5.3"
},
"engines": {
"node": ">=0.10.0"
"node": ">= 4"
},
"dependencies": {
"async": "~1.5.2",
Expand Down

0 comments on commit d936a62

Please sign in to comment.