-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the lastest version numbers have gone back in time #839
Comments
try |
|
i would say it's better because we're not using strict-semver versions, so depending on the alpha tag will never give you the latest updates. however, i don't think v3 will be marked as |
The issue is valid, and actually has nothing to do with The project has a release This availability of release The project should remove release (replace release w/ tag etc) Sidenotes; @75lb using @jonathanong using @jonathanong remove the "2.0.0" release tag.. ;-) Test yourself @ http://jubianchi.github.io/semver-check/ |
technically, the latest version (v2.0.0-alpha.7) is a lower version than v2.0.0 from March.. in npm v3.10, this command installs v2.0.0:
Only a mild annoyance, but
"koa": "^2.0.0-alpha"
in my package.json doesn't install the latest release as desired.The text was updated successfully, but these errors were encountered: