Skip to content

Commit

Permalink
Merge pull request #66 from ember-cli/require-ember-cli-3-5-1
Browse files Browse the repository at this point in the history
Update minimum ember-cli version for scoped path
  • Loading branch information
rwjblue authored Oct 15, 2018
2 parents 2e279ff + ace5a8d commit 09f1525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = {
if (this.parent) {
let checker = new VersionChecker(this.parent);
let depedency = checker.for('ember-cli');
options.isLatestEmber = depedency.gt('3.5.0-beta.2');
options.isLatestEmber = depedency.gt('3.5.0');
}
if (options.liveReload !== true) { return; }

Expand Down

0 comments on commit 09f1525

Please sign in to comment.