Enforce node >= 8.10.0 with engines flag

This commit is contained in:
Lukas Eipert 2019-01-10 18:34:26 +01:00
parent 715f3400ae
commit a7ff2dc405
No known key found for this signature in database
GPG Key ID: 148BEA37CB35B2AC
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@
"yarn-deduplicate": "^1.0.5"
},
"engines": {
"node": ">=8.10.0",
"yarn": "^1.10.0"
}
}