We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eefaff commit 467de27Copy full SHA for 467de27
package.json
@@ -2,9 +2,9 @@
2
"name": "payload-oauth2",
3
"version": "1.0.12",
4
"type": "module",
5
- "homepage:": "https://payloadcms.com",
+ "homepage:": "https://github.com/WilsonLe/payload-oauth2",
6
"repository": "https://github.com/WilsonLe/payload-oauth2",
7
- "description": "OAuth2 plugin for Payload CMS with Apple Sign In support",
+ "description": "OAuth2 plugin for Payload CMS",
8
"main": "dist/index.js",
9
"types": "dist/index.d.ts",
10
"keywords": [
@@ -77,5 +77,8 @@
77
"sharp": "0.33.4",
78
"tree-kill": "^1.2.2",
79
"typescript": "5.4.5"
80
+ },
81
+ "publishConfig": {
82
+ "registry": "https://npm.pkg.github.com"
83
}
84
0 commit comments