CJC
Denoβ€’2y agoβ€’
4 replies
CJ

Remove Dependencies from `deno.lock` file

Hello,

Somewhere in the code, I did import postgres from npm:postgres. This import is the written to deno.lock as dependencies. Now I don't use that library anymore. How do I remove this dependency from deno.lock file?
Was this page helpful?