Optum / semver-cli

Apache License 2.0
8 stars 1 forks source link

Only update the package-lock.json file if it exists #13

Closed justinmchase closed 1 year ago

justinmchase commented 1 year ago

Proposed changes

If the package-lock.json file is not present then do not try to update it. The lock file is not required to be there for the package.json file to be updated successfully.