diff --git a/payload-examples/package.json b/payload-examples/package.json index 9739d8af5..50a0ce9e1 100644 --- a/payload-examples/package.json +++ b/payload-examples/package.json @@ -1,7 +1,7 @@ { "name": "@octokit/webhooks-examples", "version": "0.0.0-development", - "description": "", + "description": "Example webhook payloads contributed by the community", "keywords": [], "repository": "github:octokit/webhooks", "license": "MIT", diff --git a/payload-schemas/package.json b/payload-schemas/package.json index 74de1f0a7..4a2d37062 100644 --- a/payload-schemas/package.json +++ b/payload-schemas/package.json @@ -1,7 +1,7 @@ { "name": "@octokit/webhooks-schemas", "version": "0.0.0-development", - "description": "", + "description": "Community contributed webhook payload schemas in JSON schema format", "keywords": [], "repository": "github:octokit/webhooks", "license": "MIT",