jgm / djot.js

JavaScript implementation of djot
MIT License
141 stars 15 forks source link

Include package-lock.json in the repository #60

Closed figsoda closed 1 year ago

figsoda commented 1 year ago

I packaged djot.js in nixpkgs, but it requires the package-lock.json file to be vendored and copied into the repository. It would be if package-lock.json was removed from .gitignore and included in this repository, so the patch wouldn't be needed.