[package.json] Require node 8 and yarn (#1107)

This commit is contained in:
Elliot Lee
2019-12-11 14:43:04 -08:00
committed by GitHub
parent 0b552f1a7e
commit c88462c99b

View File

@@ -73,6 +73,7 @@
},
"readmeFilename": "README.md",
"engines": {
"node": ">=6.12.3"
"node": ">=8",
"yarn": "^1.15.2"
}
}