You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed that your package is on a version below 1.0.0. Nowadays, npm init initializes the version to 1.0.0 and being below it can be strange and scare people willing to use it. Such packages are displayed with an orange background instead of a green one and people could think that your package is unstable. Maybe you should change your version to 1.0.0?
The text was updated successfully, but these errors were encountered:
Hey! I definitely should. I've just been procrastinating finishing a thing or two off that I could then, with v1, introduce as breaking changes. Mostly been just about Must.prototype.keysand the difference between require("must/register") and require("must"), the latter not extending Object.prototype by default and the former doing so.
Hi, I noticed that your package is on a version below 1.0.0. Nowadays, npm init initializes the version to 1.0.0 and being below it can be strange and scare people willing to use it. Such packages are displayed with an orange background instead of a green one and people could think that your package is unstable. Maybe you should change your version to 1.0.0?
The text was updated successfully, but these errors were encountered: