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

Update peer dependencies to Angular rc 4 #58

Closed
joshgarwood opened this issue Aug 15, 2016 · 1 comment
Closed

Update peer dependencies to Angular rc 4 #58

joshgarwood opened this issue Aug 15, 2016 · 1 comment

Comments

@joshgarwood
Copy link

Current the peer dependencies target a fixed Angular rc.0 reference, which makes it such that this package can't be used in the latest version of Ionic 2, which targets RC 4. Or, better yet, make this an unfixed peer dependency so there won't be conflicts in the future (if that's possible).

Thanks!

@urish
Copy link
Owner

urish commented Aug 16, 2016

Hi, the peer deps specify "@angular/core": "^2.0.0-rc.0" which means it should be compatible with 2.x.x (including all later rc versions).

You can read more about it here: http://bytearcher.com/articles/semver-explained-why-theres-a-caret-in-my-package-json/

@urish urish closed this as completed Aug 16, 2016
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

No branches or pull requests

2 participants