Skip to content

Commit 28c8ef2

Browse files
authored
fix: add extends property in schema (lerna#4075)
1 parent cfd573a commit 28c8ef2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/lerna/schemas/lerna-schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"type": "string",
1010
"description": "The JSON schema version used to validate this configuration file"
1111
},
12+
"extends": {
13+
"type": "string",
14+
"description": "A shareable configuration preset that will be used as the base for this configuration"
15+
},
1216
"version": {
1317
"type": "string",
1418
"description": "The version of the repository, or \"independent\" for a repository with independently versioned packages.",

0 commit comments

Comments
 (0)