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

Unlock Mocha dependency #68

Closed
lolmaus opened this issue Dec 16, 2015 · 1 comment
Closed

Unlock Mocha dependency #68

lolmaus opened this issue Dec 16, 2015 · 1 comment

Comments

@lolmaus
Copy link

lolmaus commented Dec 16, 2015

ember-mocha/bower.json has mocha locked at 2.2.x. Is there a reason for that?

There is at least one annoying bug that has been fixed in Mocha 2.3.x.

Please upgrade.

lolmaus added a commit to lolmaus/ember-mocha that referenced this issue Dec 16, 2015
Mocha is now locked at `2.x` which is equivalent to `>= 2.0.0, < 3.0.0`.
@lolmaus
Copy link
Author

lolmaus commented Dec 16, 2015

I've submitted a PR: #69 .


Meanwhile, the workaround is to update bower.json. Thank druids, Bower's dependency list is flat. You wouldn't be able to pull that out with npm.

{
  "dependencies": {
    ...
    "mocha": ">=2.3.4",
    ...
  },
  "resolutions": {
    "mocha": ">=2.3.4"
  }
}

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 a pull request may close this issue.

1 participant