Skip to content

Commit

Permalink
fix(@angular/cli): properly type config command value option
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and vikerman committed Aug 29, 2018
1 parent e0882a7 commit fd6bba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/cli/commands/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"value": {
"type": "string",
"type": ["string", "number", "boolean"],
"description": "The new value to be set.",
"$default": {
"$source": "argv",
Expand Down

0 comments on commit fd6bba3

Please sign in to comment.