Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 15, 2020. It is now read-only.
This repository was archived by the owner on Dec 15, 2020. It is now read-only.
There was an error while loading. Please reload this page.
Hello!
ember-cli-release seems to publish beta releases to npm under latest:
$ npm view ember-cli-release dist-tags { latest: '1.0.0-beta.2', zero: '0.2.9' }For contrast ember-cli keeps the stable in latest.
$ npm view ember-cli dist-tags { latest: '2.8.0', beta: '2.9.0-beta.2' }Could we avoid doing that since it makes it hard for dependency checkers to figure out what's the latest stable:
raineorshine/npm-check-updates#285 (comment)