denoland/deno#35331 (included in the 2.9 release) changed the behaviour of the deno pack subcommand, so that all files included by deno publish are also included in the npm tarball. This is obviously quite a bit more than what is documented in the What's in the tarball section of the deno pack CLI reference page.
denoland/deno#35331 (included in the 2.9 release) changed the behaviour of the
deno packsubcommand, so that all files included bydeno publishare also included in the npm tarball. This is obviously quite a bit more than what is documented in the What's in the tarball section of thedeno packCLI reference page.