mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-24 07:38:12 -05:00
feat!: embed-readme is false by default
This commit is contained in:
6
.changeset/modern-carrots-invent.md
Normal file
6
.changeset/modern-carrots-invent.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@pnpm/config": major
|
||||
"pnpm": major
|
||||
---
|
||||
|
||||
The `embed-readme` setting is `false` by default.
|
||||
@@ -212,10 +212,7 @@ export default async (
|
||||
'virtual-store-dir': 'node_modules/.pnpm',
|
||||
'workspace-concurrency': 4,
|
||||
'workspace-prefix': opts.workspaceDir,
|
||||
/**
|
||||
* @todo Make `false` by default in v7.
|
||||
*/
|
||||
'embed-readme': true,
|
||||
'embed-readme': false,
|
||||
})
|
||||
|
||||
npmConfig.addFile(path.resolve(path.join(__dirname, 'pnpmrc')), 'pnpm-builtin')
|
||||
|
||||
Reference in New Issue
Block a user