Skip to content
Snippets Groups Projects
Commit a9ec9355 authored by Lars Trieloff's avatar Lars Trieloff
Browse files

build(package): require minimum node version: 8

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
parent cbd91764
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
"semantic-release": "^15.13.3" "semantic-release": "^15.13.3"
}, },
"engines": { "engines": {
"node": ">= 6.0.0" "node": ">= 8.0.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment