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

Allow any 1.* version for angular #199

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

CaporalDead
Copy link

You shouldn't force users to pull only latest major version of angular and dep. ~1 prevent the use of angular 1.5.*.

Change to ~1.0

@wildgarden
Copy link

@CaporalDead Your propose solution supports only versions in the range > 1.0 and < 1.1. You have to change the operator from ~ to ^. Convince yourself here: https://semver.npmjs.com/ . Please check my pull-request: digitaleo#1

@CaporalDead
Copy link
Author

@wildgarden true, we changed it on our private repo and I did not reflect this change on the public github fork we have. I'll fix it tomorrow. Thx for your feedback :).

Fix operator to match any version > 1.0
@CaporalDead
Copy link
Author

@wildgarden updated with your proposal

@wildgarden
Copy link

@CaporalDead Thanks, for your fast response. 👍

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.

2 participants