Skip to content

Commit

Permalink
feat: add support for Angular v12 by @icepeng
Browse files Browse the repository at this point in the history
* use "$id" instead of deprecated "id" for schema

see angular-schule/angular-cli-ghpages#132
  • Loading branch information
JohannesHoppe authored and federicoxella committed Oct 2, 2024
1 parent e8e31c1 commit 6e89dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 the file system",
"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": "ngx-deploy-starter-ng-add-schematic",
"$id": "ngx-deploy-starter-ng-add-schematic",
"title": "ngx-deploy-starter ng-add schematic",
"type": "object",
"properties": {},
Expand Down

0 comments on commit 6e89dce

Please sign in to comment.