Skip to content

Commit

Permalink
remove < x.y.z engines specification (#11456)
Browse files Browse the repository at this point in the history
* chore: remove lt engines specification

* remove unecessary yarn update
  • Loading branch information
JLHwung committed Apr 21, 2020
1 parent 5b8477e commit d18d465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit d18d465

Please sign in to comment.