mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 19:41:44 -04:00
BREAKING CHANGE: independent dependencies are not symlinked from the global store by default Close #821
13 lines
284 B
TypeScript
13 lines
284 B
TypeScript
import './misc'
|
|
import './lifecycleScripts'
|
|
import './optionalDependencies'
|
|
import './installationChecks'
|
|
import './fromTarball'
|
|
import './fromRepo'
|
|
import './peerDependencies'
|
|
import './auth'
|
|
import './local'
|
|
import './updatingPkgJson'
|
|
import './global'
|
|
import './independentLeaves'
|