Skip to content

Allow any 1.* version for angular - #199

Open
CaporalDead wants to merge 4 commits into
asafdav:masterfrom
digitaleo:master
Open

Allow any 1.* version for angular#199
CaporalDead wants to merge 4 commits into
asafdav:masterfrom
digitaleo:master

Conversation

@CaporalDead

Copy link
Copy Markdown

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
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
Author

@wildgarden updated with your proposal

@wildgarden

Copy link
Copy Markdown

@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