diff --git a/.travis.yml b/.travis.yml index cfa5354434..030715b82f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/package.json b/package.json index 584a31b977..1cf56d4cc9 100644 --- a/package.json +++ b/package.json @@ -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": {