Skip to content

Commit d2f028b

Browse files
Broccoalexeagle
authored andcommitted
fix(@angular/pwa): Allow additionalProperties in schematics options
fixes #11681
1 parent 295d470 commit d2f028b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/angular/pwa/pwa/schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@
2626
"description": "The title of the application."
2727
}
2828
},
29-
"required": [],
30-
"additionalProperties": false
29+
"required": []
3130
}

0 commit comments

Comments
 (0)