Open
Description
I know the preferred way to reference ranges in nvm
is with lts/name
, but we've run into an issue when pkg.engines
has to specify a minimum value for the minor version, ie >= 10.13.1
. Without switching to an exact version, users who don't habitually update their nvm references will not get the memo to update to the minimum.
Allowing ^10.13.1
or something like that would allow a minimum version without capping the maximum version, which is desirable.