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

[CLEANUP beta] Remove check to see if ember is defined as a Bower dependency #19838

Conversation

bertdeblock
Copy link
Member

Part of #19617.

lib/index.js Outdated
this.ui.writeWarnLine(
'Ember.js is now provided by node_module `ember-source`, please remove it from bower'
throw new SilentError(
'Ember.js is now provided by the `ember-source` node module, please remove `ember` from your `bower.json` file.'
);
}
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

Can we remove the whole if ('ember' in this.project.bowerDependencies()) { block? cc @rwjblue ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure, let me know if I should remove.

@mixonic mixonic mentioned this pull request Nov 14, 2021
58 tasks
@bertdeblock bertdeblock force-pushed the cleanup/throw-when-ember-is-defined-in-bower-file branch from d601591 to 58c28dc Compare November 15, 2021 17:19
@bertdeblock bertdeblock changed the title [CLEANUP beta] Throw when ember is defined in bower.json file [CLEANUP beta] Remove check to see if ember is defined as a Bower dependency Nov 15, 2021
@mixonic mixonic merged commit 4bb4f29 into emberjs:master Nov 15, 2021
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.

None yet

2 participants