summaryrefslogtreecommitdiff
path: root/tests/specs/publish/byonm_with_package_json
AgeCommit message (Collapse)Author
2024-08-31chore: remove DENO_FUTURE=1 from spec tests (#25329)Bartek IwaƄczuk
Towards https://github.com/denoland/deno/issues/25241
2024-08-06fix: update dry run success message (#24885)HasanAlrimawi
2024-07-22fix(publish): warn about missing license file (#24677)David Sherret
Part of https://github.com/denoland/deno/issues/24676 , but just a warning for now.
2024-07-05fix(publish): unfurling should always be done with the package json (#24435)David Sherret
Closes https://github.com/denoland/deno/issues/24430