Remove Dependencies from `deno.lock` file
Hello,
Somewhere in the code, I did
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?