remove < x.y.z engines specification (#11456)

* chore: remove lt engines specification

* remove unecessary yarn update
This commit is contained in:
Huáng Jùnliàng 2020-04-21 15:02:27 -04:00 committed by GitHub
parent 5b8477e969
commit d18d465cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,6 @@ env:
install: skip
before_script:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi
script:

View File

@ -75,8 +75,8 @@
"@lerna/collect-updates": "https://github.com/babel/lerna.git#babel-collect-updates"
},
"engines": {
"node": ">= 6.9.0 < 14.0.0",
"npm": ">= 3.x <= 6.x",
"node": ">= 6.9.0",
"npm": ">= 3.x",
"yarn": ">=0.27.5 || >=1.0.0-20170811"
},
"lint-staged": {