mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-26 09:21:51 +08:00
It was not possible to use `5.1.0-rc.1` previously, because of how `semver.satisfies()` works (see https://github.com/npm/node-semver#prerelease-tags). This relaxes the check by using `semver.gte()`.