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
16 changes: 0 additions & 16 deletions packages/angular/cli/commands/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,6 @@

"type": "object",
"allOf": [
{
"properties": {
"packages": {
"type": "array",
"items": {
"type": "string"
},
"description": "The names of package(s) to update",
"$default": {
"$source": "argv"
}
}
},
"required": [
]
},
{
"$ref": "./definitions.json#/definitions/base"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/update/update/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "object",
"properties": {
"packages": {
"description": "The packages to get.",
"description": "The names of package(s) to update.",
"type": "array",
"items": {
"type": "string"
Expand Down