From 8d3d1c121c1f542dd5a1e1987b90921b3045ebfa Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 19 Jun 2025 11:56:58 +0900 Subject: [PATCH] fix oauth package name --- oauth_new/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oauth_new/package.json b/oauth_new/package.json index 7c7b365..65400e5 100644 --- a/oauth_new/package.json +++ b/oauth_new/package.json @@ -1,5 +1,5 @@ { - "name": "oauth-simple", + "name": "ailog-oauth", "version": "0.2.2", "type": "module", "scripts": { @@ -19,4 +19,4 @@ "@vitejs/plugin-react": "^4.0.0", "vite": "^5.0.0" } -} \ No newline at end of file +}