Skip to content

Commit 950a68c

Browse files
committed
fix: correct package name in package.json for consistency
1 parent f61fae9 commit 950a68c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@adminforth/github-oauth-adapter",
2+
"name": "@adminforth/oauth-adapter-github",
33
"version": "1.0.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
@@ -35,7 +35,7 @@
3535
[
3636
"semantic-release-slack-bot",
3737
{
38-
"packageName": "@adminforth/github-oauth-adapter",
38+
"packageName": "@adminforth/oauth-adapter-github",
3939
"notifyOnSuccess": true,
4040
"notifyOnFail": true,
4141
"slackIcon": ":package:",

0 commit comments

Comments
 (0)