Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-14 | fix(install): support installing npm package with alias (#26246) | David Sherret | |
Just tried this out today and it wasn't properly implemented in https://github.com/denoland/deno/pull/24156 | |||
2024-08-20 | feat: Print deprecation message for npm packages (#24992) | HasanAlrimawi | |
This commit adds ability to print deprecation notices for npm packages that have been marked as deprecated. Closes #24013 |