mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 01:54:53 -04:00
New config added that allows hoisting packages by pattern. This substitutes the shamefully-flatten config that hoist all dependencies and makes them available for application code. The new config gives access to the hoisted packages only to dependencies inside node_modules. close #1998 close #1938 PR #1997
173 B
173 B
@pnpm/hoist
Hoists dependencies in a node_modules created by pnpm
Formerly @pnpm/shamefully-flatten.
Installation
pnpm add @pnpm/hoist
License
MIT