Skip to content

Commit 6e89dce

Browse files
JohannesHoppefedericoxella
authored andcommitted
feat: add support for Angular v12 by @icepeng
* use "$id" instead of deprecated "id" for schema see angular-schule/angular-cli-ghpages#132
1 parent e8e31c1 commit 6e89dce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 the file system",
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": "ngx-deploy-starter-ng-add-schematic",
3+
"$id": "ngx-deploy-starter-ng-add-schematic",
44
"title": "ngx-deploy-starter ng-add schematic",
55
"type": "object",
66
"properties": {},

0 commit comments

Comments
 (0)