feat: bump lockfile version to 5.2

This commit is contained in:
Zoltan Kochan committed 2020-05-16 20:22:51 +03:00
1 parent 242cf8737b
commit ca9f50844f
3 files changed
+8 -2

No files matched your search

+1 -1
View File
@@ -1,5 +1,5 @@
export const WANTED_LOCKFILE = 'pnpm-lock.yaml'
export const LOCKFILE_VERSION = 5.1
export const LOCKFILE_VERSION = 5.2
export const ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`
export const LAYOUT_VERSION = 4