Skip to content

Commit

Permalink
refactor(@angular/cli): remove version from schema.json
Browse files Browse the repository at this point in the history
Followup from angular#4795
  • Loading branch information
filipesilva committed Feb 17, 2017
1 parent bac6e75 commit 9f0fbf1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/@angular/cli/lib/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9f0fbf1

Please sign in to comment.