Skip to content

Commit

Permalink
feat(node): set min node version to v10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: se min node version to v10
  • Loading branch information
lgaticaq committed Jan 4, 2019
1 parent ea10b3f commit 1dfe211
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 @@ -10,7 +10,7 @@
"test": "nyc mocha"
},
"engines": {
"node": ">=6"
"node": ">=10"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1dfe211

Please sign in to comment.