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

Fix issues with exact an optional in npm-to-yarn #26

Merged
merged 1 commit into from
Dec 17, 2022

Conversation

andrewnicols
Copy link
Contributor

The conversion of --save-* arguments like --save-exact, and --save-optional must come before the
conversion of the \s*--save argument, otherwise the whitespace from the install --save is
rewritten as install--save.

The conversion of --save-* arguments like --save-exact, and --save-optional must come before the
conversion of the `\s*--save` argument, otherwise the whitespace from the `install --save` is
rewritten as `install--save`.
Copy link
Owner

@nebrelbug nebrelbug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrewnicols looks good. I'll merge now.

@nebrelbug nebrelbug merged commit 71706fd into nebrelbug:master Dec 17, 2022
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