Yarn engines (#6064)

This commit is contained in:
Henry Zhu
2017-08-07 22:54:33 -04:00
committed by Brian Ng
parent f667f07d82
commit 009d7f0b76

View File

@@ -51,7 +51,8 @@
},
"engines": {
"node": ">= 4.x <= 8.x",
"npm": ">= 2.x <= 5.x"
"npm": ">= 2.x <= 5.x",
"yarn": ">=0.27.5"
},
"nyc": {
"all": true,