MattSurabian/DuckHunt-JS

Vendor Everything

MattSurabian opened this issue · 4 comments

This would make it so folks could just download the code with all deps and go without needing to NPM install and risk dependency changes breaking the game...

Alternatively switch to yarn?

dguo commented

Both npm and yarn have lockfiles by default now, which should resolve your concern about breaking dependency changes, since anyone who installs the dependencies would get the same versions for everything.

That's true! Mark this one down as a win for doing nothing :-p