Skip to content

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