From fd6bba38a008c6ff89584c3edf8ff5ab326f51d1 Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Wed, 22 Aug 2018 13:03:32 -0400 Subject: [PATCH] fix(@angular/cli): properly type config command value option --- packages/angular/cli/commands/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/cli/commands/config.json b/packages/angular/cli/commands/config.json index 0caaa4f5415a..cdcce065041c 100644 --- a/packages/angular/cli/commands/config.json +++ b/packages/angular/cli/commands/config.json @@ -20,7 +20,7 @@ } }, "value": { - "type": "string", + "type": ["string", "number", "boolean"], "description": "The new value to be set.", "$default": { "$source": "argv",