Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion packages/schematics/angular/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"description": "When true, does not add dependencies to the \"package.json\" file."
},
"minimal": {
"description": "When true, creates a bare-bones project without any testing frameworks.",
"description": "When true, creates a bare-bones project without any testing frameworks and should be used for learning purposes.",
"type": "boolean",
"default": false
},
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/ng-new/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"default": true
},
"minimal": {
"description": "When true, creates a project without any testing frameworks.",
"description": "When true, creates a project without any testing frameworks and should be used for learning purposes only.",
"type": "boolean",
"default": false
}
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/workspace/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
},
"minimal": {
"description": "When true, creates a project without any testing frameworks",
"description": "When true, creates a workspace without any testing frameworks and should be used for learning.",
"type": "boolean",
"default": false
}
Expand Down