chore: add repository to package.json

This commit is contained in:
Dan Ribbens
2021-05-19 13:34:40 -04:00
parent 39d23d65e5
commit db59da5950

View File

@@ -15,6 +15,10 @@
"url": "https://payloadcms.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"sideEffects": false,