Skip to content

Commit df0a7da

Browse files
aeschlidatho7561
authored andcommitted
Remove title in package.json schema
Fixes #1117 Signed-off-by: Martin Aeschlimann <[email protected]>
1 parent e066b62 commit df0a7da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/package.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "http://json-schema.org/draft-04/schema#",
3-
"title": "XML Language server contributions to package.json",
43
"type": "object",
54
"properties": {
65
"contributes": {
@@ -30,4 +29,5 @@
3029
}
3130
}
3231
}
33-
}
32+
33+
}

0 commit comments

Comments
 (0)