mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-30 04:52:04 -04:00
Without this patch 'workspace:@foo/bar@*' is replaced by 'npm:@foo/bar@*' on publish, i.e. the * is not replaced by the actual version number from @foo/bar's package.json. Co-authored-by: Zoltan Kochan <z@kochan.io>