diff --git a/packages/@angular/cli/lib/config/schema.json b/packages/@angular/cli/lib/config/schema.json index 74fd44d26ce9..c3c3ad42cef6 100644 --- a/packages/@angular/cli/lib/config/schema.json +++ b/packages/@angular/cli/lib/config/schema.json @@ -11,10 +11,6 @@ "description": "The global configuration of the project.", "type": "object", "properties": { - "version": { - "type": "string", - "description": "The version of @angular/cli in the project." - }, "name": { "description": "The name of the project.", "type": "string"