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": {
"stabilityDays": 3
}
}
Wait until the npm package is three days old before raising the update, this prevents npm unpublishing a package you already upgraded to.
{
"npm": {
"stabilityDays": 3
}
}