chore: update all package.json repository urls and homepage (#5655)

This commit is contained in:
Elliot DeNolf
2024-04-04 12:02:08 -04:00
committed by GitHub
parent 6ce0b60cf2
commit 5d4bb10106
23 changed files with 122 additions and 15 deletions

View File

@@ -2,7 +2,11 @@
"name": "@payloadcms/richtext-slate",
"version": "3.0.0-alpha.49",
"description": "The officially supported Slate richtext adapter for Payload",
"repository": "https://github.com/payloadcms/payload",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/richtext-slate"
},
"license": "MIT",
"homepage": "https://payloadcms.com",
"author": "Payload CMS, Inc.",