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

Dependencies: Use ~ instead of ^. #655

Merged
merged 1 commit into from Oct 10, 2016
Merged

Dependencies: Use ~ instead of ^. #655

merged 1 commit into from Oct 10, 2016

Conversation

feross
Copy link
Member

@feross feross commented Oct 10, 2016

Fixes: #654

I think one improvement to the situation is to switch to ~ instead of
^. This is slightly more conservative, and would have prevented the
breakage described in the above issue. We use ~ already for ESLint
since minor versions are more likely to introduce incompatibilities
than patch versions.

Fixes: #654

I think one improvement to the situation is to switch to ~ instead of
^. This is slightly more conservative, and would have prevented the
breakage described in the above issue. We use ~ already for ESLint
since minor versions are more likely to introduce incompatibilities
than patch versions.
@feross feross merged commit 09ca0a5 into master Oct 10, 2016
@feross feross deleted the feross/654 branch October 10, 2016 21:58
@lock lock bot locked as resolved and limited conversation to collaborators May 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Shrinkwrap dependencies and remove carrots from package.json
1 participant