mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-14 03:26:13 -04:00
Previously name of the archive created by `npm pack` was guessed incorrectly for scoped packages. Now we instead parse output from `npm pack` which prints tarball filename. Closes #325, PR #326