Skip to content
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

Complete transition to new VersionChecker API #566

Closed
wants to merge 1 commit into from

Conversation

dan-ste
Copy link

@dan-ste dan-ste commented Apr 4, 2017

No description provided.

@@ -15,7 +15,7 @@ module.exports = {
}

this.versionChecker = new VersionChecker(this);
this.versionChecker.for('ember-cli', 'npm').assertAbove('0.2.0');
this.versionChecker.forEmber().assertAbove('0.2.0');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method will test for the Ember.js version, not Ember CLI as the original implementation is doing.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I see. But I have a build error with liquid-fire similar to this yapplabs/ember-modal-dialog#166 after updating to ember-cli 2.12. I don't know what else could be the problem.

Copy link
Author

@dan-ste dan-ste Apr 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@josemarluedke The problem magically was gone. You can close the PR)

@dan-ste dan-ste closed this Apr 6, 2017
@dan-ste dan-ste deleted the patch-1 branch April 6, 2017 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants