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: support for --save flag and others that are supported by npm cli #301

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

lirantal
Copy link
Owner

@lirantal lirantal commented Feb 7, 2024

Description

Fix #300
Add support for --save flag and others that are supported by npm cli

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Related Issue

Motivation and Context

How Has This Been Tested?

@lirantal lirantal self-assigned this Feb 7, 2024
@lirantal lirantal added the bug label Feb 7, 2024
@lirantal lirantal merged commit ebc5925 into main Feb 7, 2024
9 checks passed
@lirantal lirantal deleted the fix/no-support-for-save-option branch February 7, 2024 09:17
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fa91f96) 96.48% compared to head (a3db287) 96.48%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #301   +/-   ##
=======================================
  Coverage   96.48%   96.48%           
=======================================
  Files          14       14           
  Lines         398      398           
  Branches       61       61           
=======================================
  Hits          384      384           
  Misses         12       12           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Feb 7, 2024

🎉 This PR is included in version 3.4.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Legacy "--save" option is not checked
1 participant