Skip to content

Commit 467de27

Browse files
committed
update publishing config
1 parent 4eefaff commit 467de27

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "payload-oauth2",
33
"version": "1.0.12",
44
"type": "module",
5-
"homepage:": "https://payloadcms.com",
5+
"homepage:": "https://github.com/WilsonLe/payload-oauth2",
66
"repository": "https://github.com/WilsonLe/payload-oauth2",
7-
"description": "OAuth2 plugin for Payload CMS with Apple Sign In support",
7+
"description": "OAuth2 plugin for Payload CMS",
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",
1010
"keywords": [
@@ -77,5 +77,8 @@
7777
"sharp": "0.33.4",
7878
"tree-kill": "^1.2.2",
7979
"typescript": "5.4.5"
80+
},
81+
"publishConfig": {
82+
"registry": "https://npm.pkg.github.com"
8083
}
8184
}

0 commit comments

Comments
 (0)