Skip to content

Commit

Permalink
drop node version support < 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Mar 9, 2020
1 parent 362ee1f commit 5033a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,6 +57,6 @@
"src"
],
"engines": {
"node": ">= 0.10"
"node": ">= 6"
}
}

0 comments on commit 5033a88

Please sign in to comment.