Skip to content

Commit e177849

Browse files
clydinvikerman
authored andcommitted
fix(@angular/cli): correct update command packages option type
1 parent d299ef7 commit e177849

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/angular/cli/commands/update.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"type": "object",
1212
"properties": {
1313
"packages": {
14-
"type": "string",
14+
"type": "array",
15+
"items": {
16+
"type": "string"
17+
},
1518
"description": "The names of package(s) to update",
1619
"$default": {
1720
"$source": "argv"

0 commit comments

Comments
 (0)