Skip to content

Commit

Permalink
fix: add extends property in schema (lerna#4075)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdm authored Aug 29, 2024
1 parent cfd573a commit 28c8ef2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/lerna/schemas/lerna-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"type": "string",
"description": "The JSON schema version used to validate this configuration file"
},
"extends": {
"type": "string",
"description": "A shareable configuration preset that will be used as the base for this configuration"
},
"version": {
"type": "string",
"description": "The version of the repository, or \"independent\" for a repository with independently versioned packages.",
Expand Down

0 comments on commit 28c8ef2

Please sign in to comment.