Commit a7ff2dc4 authored by Lukas Eipert's avatar Lukas Eipert

Enforce node >= 8.10.0 with engines flag

parent 715f3400
......@@ -163,6 +163,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