Skip to content

Commit

Permalink
Update min node version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
snoj committed Nov 9, 2017
1 parent 656123a commit 8629f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "speedtest"
,"author": "Josh Erickson <josh@snoj.us>",
"description": "A simple http speed test for private networks.",
"version": "1.0.0",
"version": "1.0.1",
"contributors": [
{
"name": "Josh Erickson",
Expand All @@ -22,6 +22,6 @@
},
"license": "MIT",
"engines": {
"node": ">=0.8.16"
"node": ">=4.5.0"
}
}

0 comments on commit 8629f43

Please sign in to comment.