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
Move to package-lock since we have no runtime deps anyway
This was previously avoided as for libraries it can hide downstream
issues: a lock here means we don't use the runtime dependencies that
real downstream libraries will end up running.
In our case though, we don't actually have any runtime dependencies at
all, so this is a bit pointless and creates unnecessary fragility.
0 commit comments