Skip to content

Commit

Permalink
feat: add support for Angular v12 (#132)
Browse files Browse the repository at this point in the history
* update angular-devkit dependencies
* use "$id" instead of deprecated "id" for schema
  • Loading branch information
icepeng authored May 29, 2021
1 parent 9b214e0 commit 76753b0
Show file tree
Hide file tree
Showing 4 changed files with 7,594 additions and 53 deletions.
2 changes: 1 addition & 1 deletion src/deploy/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "Schema",
"$id": "Schema",
"title": "schema",
"description": "Deployment of Angular CLI applications to GitHub pages (angular-cli-ghpages)",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/ng-add-schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "angular-cli-ghpages-ng-add-schematic",
"$id": "angular-cli-ghpages-ng-add-schematic",
"title": "angular-cli-ghpages ng-add schematic",
"type": "object",
"properties": {},
Expand Down
Loading

0 comments on commit 76753b0

Please sign in to comment.