fix(@angular/pwa): Allow additionalProperties in schematics options

fixes #11681
This commit is contained in:
Mike Brocchi 2018-08-02 16:51:15 -04:00 committed by Hans
parent f64087b625
commit 8c6a525d3b

View File

@ -26,6 +26,5 @@
"description": "The title of the application."
}
},
"required": [],
"additionalProperties": false
"required": []
}