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

Drop --caret/--tilde/--exact options and keep current instead #49

Merged
merged 1 commit into from
Nov 30, 2021

Conversation

mydea
Copy link
Owner

@mydea mydea commented Nov 30, 2021

This means, if you currently have a dependency in your package.json like this:

"my-dep": "~1.1.0"
// becomes...
"my-dep": "~1.3.0"

"other-dep": "^1.1.0"
// becomes...
"other-dep": "^1.3.0"

You can stil provide an exact version (like yu my-dep "^1.3.0").

@mydea mydea added the enhancement New feature or request label Nov 30, 2021
@mydea mydea self-assigned this Nov 30, 2021
@mydea mydea merged commit 2c1064c into main Nov 30, 2021
@mydea mydea deleted the fn/no-caret-tilde-exact branch November 30, 2021 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant