Releases: salsify/ember-cli-dependency-lint
Releases · salsify/ember-cli-dependency-lint
Star Light, Star Bright
Fixed
- A version specifier of
'*'
now accepts prerelease versions as well. This is contrary to node-semver's behavior, which was designed for safety when upgrading a single package across prerelease versions, but is consistent with the need to be able to designate "no really, anything goes" here. (#5)