npm Presets
npm:unpublishSafe¶
Wait until the npm package is three days old before raising the update, this prevents npm unpublishing a package you already upgraded to.
{
"npm": {
"minimumReleaseAge": "3 days"
}
}
Wait until the npm package is three days old before raising the update, this prevents npm unpublishing a package you already upgraded to.
{
"npm": {
"minimumReleaseAge": "3 days"
}
}