From 8117425de86336909b50737fda78e22adbf5b82d Mon Sep 17 00:00:00 2001 From: Dan Ribbens Date: Tue, 16 Mar 2021 19:09:07 -0400 Subject: [PATCH] chore: update maintainers and author in package.json --- package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 213809e401..003c2e058e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,18 @@ "version": "0.4.7", "description": "Node, React and MongoDB Headless CMS and Application Framework", "license": "SEE LICENSE IN license.md", - "author": "payloadjs", + "author": { + "email": "info@payloadcms.com", + "name": "Payload CMS", + "url": "https://payloadcms.com" + }, + "maintainers": [ + { + "name": "Payload CMS", + "email": "info@payloadcms.com", + "url": "https://payloadcms.com" + } + ], "main": "./dist/index.js", "typings": "./dist/index.d.ts", "sideEffects": false,