Skip to content

(Fix #22) Fix Semver Range #23

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

Merged
merged 1 commit into from
Sep 15, 2016
Merged

(Fix #22) Fix Semver Range #23

merged 1 commit into from
Sep 15, 2016

Conversation

LinusBorg
Copy link
Member

@LinusBorg LinusBorg commented Sep 15, 2016

Semver Range for vuex did not include RC versions.

Try at https://semver.npmjs.com/ - old version ">= 0.6.2 < 3 vs. new version >= 0.6.2 < 3 || ^1.0.0-rc ||^2.0.0-rc

Semver Range for vuex did not include RC versions. 

Try at https://semver.npmjs.com/ - old version `">= 0.6.2 <= 3` vs. new version `>= 0.6.2 < 3 || ^1.0.0-rc ||^2.0.0-rc`
@yyx990803 yyx990803 merged commit 5672352 into master Sep 15, 2016
@LinusBorg LinusBorg deleted the fix_semver branch September 15, 2016 22:50
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