Skip to content

Commit

Permalink
[CLEANUP beta] Remove check to see if ember is defined as a Bower d…
Browse files Browse the repository at this point in the history
…ependency
  • Loading branch information
bertdeblock committed Nov 15, 2021
1 parent 017b11e commit 58c28dc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/index.js
Expand Up @@ -44,13 +44,6 @@ module.exports = {
init() {
this._super.init && this._super.init.apply(this, arguments);

if ('ember' in this.project.bowerDependencies()) {
// TODO: move this to a throw soon.
this.ui.writeWarnLine(
'Ember.js is now provided by node_module `ember-source`, please remove it from bower'
);
}

// resets `this.root` to the correct location by default ember-cli
// considers `__dirname` here to be the root, but since our main entry
// point is within a subfolder we need to correct that
Expand Down

0 comments on commit 58c28dc

Please sign in to comment.