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
We've decided that we want to use `npm` as our package manager for
JavaScript dependencies, so this removes our explicit support for the
other package managers, though we still remain pretty agnostic due to
the use of `PackageJson` which I've retained for now given it's
lightweight and secretly I'm keen to explore `pnpm` at some point so
this will come in handy if that turns out to be worth switching to 😄
I've also retained the "create fake package managers" script + ci step
to ensure that we really are only ever using `npm`; I plan to explore
refactoring that script given we no longer need to support all the
package managers as a follow-up since it too is lightweight and
perfectly functional as-is.
0 commit comments