Increase min release age to 48h#14
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a .npmrc file with a min-release-age configuration. Feedback was provided regarding the use of a non-standard npm configuration key, a potential discrepancy between the value and the intended duration, and a missing trailing newline.
| @@ -0,0 +1 @@ | |||
| min-release-age=2 No newline at end of file | |||
There was a problem hiding this comment.
The configuration key min-release-age is not a standard npm configuration option and will be ignored by the npm CLI. If this is intended for a security tool, please ensure it is placed in the correct configuration file. Additionally, there is a potential discrepancy between the PR title ('48h') and the value (2); if the tool expects hours, this should be updated to 48. Finally, the file is missing a trailing newline.
Need help on this PR? Tag
@codesmithwith what you need.