Commit 4513d527 authored by Lukas Eipert's avatar Lukas Eipert

Enforce node >= 8.10.0 with engines flag

parent 082eaad3
......@@ -165,6 +165,7 @@
"yarn-deduplicate": "^1.0.5"
},
"engines": {
"node": ">=8.10.0",
"yarn": "^1.10.0"
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment