Skip to content

Commit

Permalink
Set "engines" requirement to node 6.0.0 (#80)
Browse files Browse the repository at this point in the history
Follows-up from 6c804a2 and 590bc8b.
  • Loading branch information
Krinkle authored and TooTallNate committed Oct 17, 2019
1 parent c562fb6 commit 166949d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,6 +31,6 @@
"proxy": "1.0.1"
},
"engines": {
"node": ">= 4.5.0"
"node": ">= 6.0.0"
}
}

0 comments on commit 166949d

Please sign in to comment.