chore: update maintainers and author in package.json
This commit is contained in:
13
package.json
13
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,
|
||||
|
||||
Reference in New Issue
Block a user