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
This new index.json attribute is designed to allow more
flexible version matching to avoid breakage due to
switching on the latest version for untested ones.
It should have a `default-for` key and a regexp as a
string value, for example "1\\.0\\..*" which should
match versions like 1.0.0, 1.0.1, 1.0.2, etc.
Closes#62
0 commit comments