Skip to content

Commit

Permalink
Update lib/ember-plugins.js
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Jackson <[email protected]>
  • Loading branch information
NullVoxPopuli and rwjblue authored Feb 26, 2021
1 parent 0741dde commit 417af43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ember-plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function _shouldDeprecateGlobalEmber(appRoot) {
}

let pkg = require(packagePath);
return pkg && semver.gte(pkg.version, "3.26.0-beta.1");
return pkg && semver.gte(pkg.version, "3.27.0-alpha.1");
}

function _emberDataVersionRequiresPackagesPolyfill(appRoot) {
Expand Down

0 comments on commit 417af43

Please sign in to comment.