purescript / registry-dev

Development work related to the PureScript Registry
https://github.com/purescript/registry
97 stars 80 forks source link

purifix: run registry-app with `nix run` #595

Closed considerate closed 1 year ago

f-f commented 1 year ago

Is the deletion of the package-lock accidental?

considerate commented 1 year ago

I didn't delete the package-lock.json file. I updated from lockfileVersion: 2 to lockfileVersion: 3 which deletes half of the lockfile (the "dependencies" part).

f-f commented 1 year ago

Ah, sorry! The github UI made it look like it was deleted 😅

considerate commented 1 year ago

@f-f No worries, the large diff did make it look like the file was gone altogether in the GitHub UI.

Thanks for the quick review!