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

Remove Un-needed features #165

Merged
merged 1 commit into from
Feb 14, 2020
Merged

Remove Un-needed features #165

merged 1 commit into from
Feb 14, 2020

Conversation

stefanpenner
Copy link
Collaborator

  • bower support: bower doesn’t even support itself any-longer
  • forEmber use for(‘ember’) instead

* bower support: bower doesn’t even support itself any-longer
* `forEmber` use `for(‘ember’)` instead
* combine NPMDependencyVersionChecker with DependencyVersionChecker as we now only have once version checker (no more bower)
* stop using `error.suppressStacktrace` as a replacement for SilentError as it does not do anything. If we really want SilentError we should use it directly, although right now that existence of the stack is actually useful.
@stefanpenner stefanpenner merged commit 5a44a25 into master Feb 14, 2020
@delete-merged-branch delete-merged-branch bot deleted the cleanup branch February 14, 2020 16:58
bantic added a commit to bantic/ember-cli-version-checker that referenced this pull request Nov 27, 2020
Bower support [was removed](ember-cli#165) in the v5.0.0 release, but the README still had a few mentions of it. This removes those mentions. I tried to update the first example ("include different templates") to use a possibly-more-realistic version number as the pivot (3.4 is when angle bracket invocations were added).

Also fix a small typo later in the README.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants