chore: update maintainers and author in package.json

This commit is contained in:
Dan Ribbens
2021-03-16 19:09:07 -04:00
parent 39000bdcb2
commit 8117425de8

View File

@@ -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,