Remove package.json schema descriptions (#221454)

pull/221471/head
Martin Aeschlimann 2024-07-11 11:40:45 +02:00 committed by GitHub
parent fdb9c676ef
commit 8d13b31708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CSS contributions to package.json",
"type": "object",
"properties": {
"contributes": {

View File

@ -1,6 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "HTML contributions to package.json",
"type": "object",
"properties": {
"contributes": {

View File

@ -1,6 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Markdown contributions to package.json",
"type": "object",
"properties": {
"contributes": {

View File

@ -1,6 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "TypeScript contributions to package.json",
"type": "object",
"properties": {
"contributes": {