mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-10 16:08:29 -05:00
fix!: change lockfile version to 5.1
Two avoid unnecessary updates, the lockfile version will remain 5.1 in pnpm v5.
This commit is contained in:
5
.changeset/smooth-walls-whisper.md
Normal file
5
.changeset/smooth-walls-whisper.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/constants": major
|
||||
---
|
||||
|
||||
Changing lockfile version back to 5.1
|
||||
@@ -1,5 +1,5 @@
|
||||
export const WANTED_LOCKFILE = 'pnpm-lock.yaml'
|
||||
export const LOCKFILE_VERSION = 5.2
|
||||
export const LOCKFILE_VERSION = 5.1
|
||||
|
||||
export const ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`
|
||||
export const LAYOUT_VERSION = 4
|
||||
|
||||
Reference in New Issue
Block a user