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:
Zoltan Kochan
2020-05-22 01:44:14 +03:00
parent cbc2192f10
commit 4f5801b1c0
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/constants": major
---
Changing lockfile version back to 5.1

View File

@@ -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