Skip to content

Commit 76753b0

Browse files
authored
feat: add support for Angular v12 (#132)
* update angular-devkit dependencies * use "$id" instead of deprecated "id" for schema
1 parent 9b214e0 commit 76753b0

File tree

4 files changed

+7594
-53
lines changed

4 files changed

+7594
-53
lines changed

src/deploy/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "Schema",
2+
"$id": "Schema",
33
"title": "schema",
44
"description": "Deployment of Angular CLI applications to GitHub pages (angular-cli-ghpages)",
55
"properties": {

src/ng-add-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/schema",
3-
"id": "angular-cli-ghpages-ng-add-schematic",
3+
"$id": "angular-cli-ghpages-ng-add-schematic",
44
"title": "angular-cli-ghpages ng-add schematic",
55
"type": "object",
66
"properties": {},

0 commit comments

Comments
 (0)