Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-22 | fix(install): update lockfile when using package.json (#26458) | Bartek IwaĆczuk | |
This commit makes sure that `deno add`, `deno install` and `deno remove` update the lockfile if only `package.json` file is present. Fixes https://github.com/denoland/deno/issues/26270 |