Skip to content

Commit 8aa99bd

Browse files
alan-agius4Keen Yee Liau
authored andcommitted
refactor(@schematics/angular): remove unused schema properties from workspace schema
workspace schematic is internal and hence we can safely remove unused properties.
1 parent 6f0e7bf commit 8aa99bd

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

packages/schematics/angular/workspace/schema.json

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -18,49 +18,6 @@
1818
"type": "string",
1919
"visible": "false"
2020
},
21-
"skipInstall": {
22-
"description": "When true, does not install packages for dependencies.",
23-
"type": "boolean",
24-
"default": false
25-
},
26-
"linkCli": {
27-
"description": "When true, links the CLI to the global version (internal development only).",
28-
"type": "boolean",
29-
"default": false,
30-
"visible": false
31-
},
32-
"skipGit": {
33-
"description": "When true, does not initialize a git repository.",
34-
"type": "boolean",
35-
"default": false,
36-
"alias": "g"
37-
},
38-
"commit": {
39-
"description": "Initial repository commit information.",
40-
"default": null,
41-
"oneOf": [
42-
{ "type": "null" },
43-
{
44-
"type": "object",
45-
"properties": {
46-
"name": {
47-
"type": "string"
48-
},
49-
"email": {
50-
"type": "string",
51-
"format": "email"
52-
},
53-
"message": {
54-
"type": "string"
55-
}
56-
},
57-
"required": [
58-
"name",
59-
"email"
60-
]
61-
}
62-
]
63-
},
6421
"version": {
6522
"type": "string",
6623
"description": "The version of the Angular CLI to use.",

0 commit comments

Comments
 (0)