mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-24 07:38:12 -05:00
6
.changeset/cyan-windows-grab.md
Normal file
6
.changeset/cyan-windows-grab.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@pnpm/config": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Fix `package-manager-strict-version` missing in config [#8195](https://github.com/pnpm/pnpm/issues/8195).
|
||||
@@ -105,6 +105,7 @@ export const types = Object.assign({
|
||||
'patches-dir': String,
|
||||
pnpmfile: String,
|
||||
'package-manager-strict': Boolean,
|
||||
'package-manager-strict-version': Boolean,
|
||||
'prefer-frozen-lockfile': Boolean,
|
||||
'prefer-offline': Boolean,
|
||||
'prefer-symlinked-executables': Boolean,
|
||||
|
||||
Reference in New Issue
Block a user