Skip to content

Commit

Permalink
fix(@schematics/angular): remove properties which are set by default …
Browse files Browse the repository at this point in the history
…from required

At the moment, these would end up being required to be passed even though a default is provided.

Fixes #13010
  • Loading branch information
Alan Agius authored and kyliau committed Jan 11, 2019
1 parent 7942e64 commit 9b77570
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/schematics/angular/service-worker/schema.json
Expand Up @@ -24,8 +24,6 @@
}
},
"required": [
"project",
"target",
"configuration"
"project"
]
}

0 comments on commit 9b77570

Please sign in to comment.