build: upgrade yarn to 1.3.2 (#21406)

Fixes #20566
PR Close #21406
This commit is contained in:
Olivier Combe
2018-01-09 11:02:03 +01:00
committed by Alex Eagle
parent 5ede67c345
commit 7bdd9aecbd
5 changed files with 24 additions and 4 deletions

View File

@ -7,8 +7,13 @@
"http-server": "http-server",
"protractor": "protractor",
"webdriver:update": "webdriver-manager update --standalone false --gecko false $CHROMEDRIVER_VERSION_ARG",
"preinstall": "node ../../../../tools/yarn/check-yarn.js",
"postinstall": "yarn webdriver:update"
},
"engines": {
"node": ">=8.9.1 <9.0.0",
"yarn": ">=1.3.2 <2.0.0"
},
"keywords": [],
"author": "",
"license": "MIT",