-
Notifications
You must be signed in to change notification settings - Fork 8
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
Beta ember-cli-babel versions trigger error #5
Comments
Just ran into this as well. This is apparently the semver lib working as designed. I worked around the issue with: // config/dependency-lint.js
module.exports = {
allowedVersions: {
'ember-cli-babel': '* || >=6.0.0-beta.1'
}
}; |
Ran into this about an hour ago as well. @kturney's suggestion will work as a workaround for the moment, but I'm leaning toward special-casing a version constraint of Seem reasonable? |
@dfreeman seems reasonable to me |
Yes. I think * should mean *. Sounds good. |
Fixed in v1.0.2 — thanks for reporting! |
I'm seeing:
As https://github.com/machty/ember-maybe-import-regenerator is now requiring the beta bower version.
The text was updated successfully, but these errors were encountered: