Skip to content

Commit 78a29d8

Browse files
author
Robert Jackson
authored
Merge pull request #741 from simonihmig/fix-ember-check
2 parents 6f8c72c + b61b91b commit 78a29d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ember-addon-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ module.exports = {
170170

171171
let isProduction = process.env.EMBER_ENV === 'production';
172172

173-
let checker = new VersionChecker(this.parent).for('ember-source', 'npm');
173+
let checker = new VersionChecker(this.project).for('ember-source', 'npm');
174174
this._requiresModuleApiPolyfill = checker.exists() && checker.lt('3.27.0-alpha.1');
175175

176176
// add the babel-plugin-htmlbars-inline-precompile to the list of plugins

0 commit comments

Comments
 (0)