Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions packages/docusaurus/static/configuration/yarnrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,15 +335,8 @@
"initFields": {
"_package": "@yarnpkg/plugin-init",
"title": "Additional fields to set when creating packages via the `init` command.",
"type": "object",
"patternProperties": {
"^(.+)$": {
"type": ["string", "number", "boolean"],
"description": "All properties will be added verbatim to the generated package.json.",
"examples": ["https://yarnpkg.com"]
}
},
"_exampleKeys": ["homepage"]
"description": "All properties will be added verbatim to the generated package.json.",
"$ref": "./manifest.json"
},
"injectEnvironmentFiles": {
"_package": "@yarnpkg/core",
Expand Down