summaryrefslogtreecommitdiff
path: root/cli/tools/registry/pm.rs
AgeCommit message (Expand)Author
2024-08-02docs: fix typos (#24820)Andreas Deininger
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret
2024-06-10FUTURE: support `deno install <alias>@npm:<package>` (#24156)David Sherret
2024-06-03refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)David Sherret
2024-05-08FUTURE: `deno install` changes (#23498)Bartek Iwańczuk
2024-04-18fix(cli): avoid `deno add` and `deno vendor` errors when deno.json is empty (...nokazn
2024-03-26feat(add): always produce multiline config file (#23077)Bartek Iwańczuk
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-06feat(unstable/pm): support npm packages in 'deno add' (#22715)Nayeem Rahman
2024-03-01feat(unstable/pm): support version contraints in 'deno add' (#22646)Nayeem Rahman
2024-02-29feat(unstable): `deno add` subcommand (#22520)Bartek Iwańczuk