mathjax / mathjax-node-cli

CLI tools for mathjax-node
Apache License 2.0
33 stars 13 forks source link

missing package-lock.json #19

Open uninsane opened 1 year ago

uninsane commented 1 year ago

would you consider committing the package-lock.json file to the repo? npm docs suggest to do this and it eases the burden for downstream consumers by publishing a known-good dependency configuration.

i understand this project is considered "legacy" at this point, but in a way that makes having a lockfile even more useful since breakages caused by new dependency releases are more liable to go unnoticed here.