Skip to content
Prev Previous commit
Next Next commit
Updates the PnP header
  • Loading branch information
arcanis committed Jul 27, 2022
commit c3d5696f45a89382372f5223f2db8c3054637e71
4 changes: 1 addition & 3 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions packages/yarnpkg-pnp/sources/generateSerializedState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ export function generateSerializedState(settings: PnpSettings): SerializedState
// @eslint-ignore-next-line @typescript-eslint/naming-convention
__info: [
`This file is automatically generated. Do not touch it, or risk`,
`your modifications being lost. We also recommend you not to read`,
`it either without using the @yarnpkg/pnp package, as the data layout`,
`is entirely unspecified and WILL change from a version to another.`,
`your modifications being lost.`,
],

dependencyTreeRoots: settings.dependencyTreeRoots,
Expand Down