Skip to content

Commit 112ceda

Browse files
filipesilvaZhicheng Wang
authored and
Zhicheng Wang
committed
refactor(@angular/cli): remove version from schema.json (angular#4796)
Followup from angular#4795
1 parent 8c12290 commit 112ceda

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/@angular/cli/lib/config/schema.json

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
"description": "The global configuration of the project.",
1212
"type": "object",
1313
"properties": {
14-
"version": {
15-
"type": "string",
16-
"description": "The version of @angular/cli in the project."
17-
},
1814
"name": {
1915
"description": "The name of the project.",
2016
"type": "string"

0 commit comments

Comments
 (0)