Skip to content

Commit

Permalink
build(package): require minimum node version: 8
Browse files Browse the repository at this point in the history
Requires Node 8 due to updated picomatch dependency

BREAKING CHANGE: Node 7 and lower are no longer supported, Node 8 is now the minimum version
  • Loading branch information
trieloff committed Jul 24, 2019
1 parent cbd9176 commit a9ec935
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 @@ -47,7 +47,7 @@
"semantic-release": "^15.13.3"
},
"engines": {
"node": ">= 6.0.0"
"node": ">= 8.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a9ec935

Please sign in to comment.