summaryrefslogtreecommitdiff
path: root/cli/tools/registry/paths.rs
AgeCommit message (Collapse)Author
2024-05-14fix(publish): always include config file when publishing (#23797)David Sherret
Closes https://github.com/denoland/deno/issues/23796
2024-04-24fix(publish): --dry-publish should error for gitignored excluded files (#23540)David Sherret
Files that were gitignored only were not included in the diagnostic.
2024-01-24feat(publish): give diagnostic on invalid package files (#22082)Luca Casonato