We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99afd2f commit f44f544Copy full SHA for f44f544
app/routes/crate/version.js
@@ -11,7 +11,7 @@ export default Ember.Route.extend({
11
const maxVersion = crate.get('max_version');
12
13
// Fall back to the crate's `max_version` property
14
- if (!requestedVersion) {
+ if (!requestedVersion && maxVersion !== '0.0.0') {
15
params.version_num = maxVersion;
16
}
17
0 commit comments