Skip to content

Commit

Permalink
chore: rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabpramanik committed Jul 25, 2024
1 parent 65ece77 commit 0275079
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "payload-plugin-auth",
"name": "payload-auth-plugin",
"version": "0.0.0",
"type": "module",
"author": "Sourab Pramanik<[email protected]>",
"license": "MIT",
"homepage:": "https://github.com/sourabpramanik/plugin-payload-oauth",
"repository": "[email protected]:sourabpramanik/plugin-payload-oauth.git",
"description": "Oauth plugin for Payload CMS",
"homepage:": "https://github.com/sourabpramanik/payload-auth-plugin",
"repository": "[email protected]:sourabpramanik/payload-auth-plugin.git",
"description": "Authentication plugin for Payload CMS",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"keywords": [
Expand Down

0 comments on commit 0275079

Please sign in to comment.