Skip to content

Commit 9601b4a

Browse files
Merge pull request #123 from andepzai/patch-1
Correct id to $id for angular 12 update
2 parents 2c0c6e5 + 8f23d1d commit 9601b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deploy/schema.json

Lines changed: 2 additions & 2 deletions
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 Netlify",
55
"properties": {
@@ -41,4 +41,4 @@
4141
"description": "Creates the site if it does not exists or no site id is set"
4242
}
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)