From f556f313d73a893551ce1d9c0d2567a15bdecf54 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Sun, 30 Jun 2024 16:44:51 +0900 Subject: [PATCH] npm: update email address Summary: Update email address to dedicated mailbox. No new version bump because cosmetic changes. Signed-off-by: Yongmin Hong Test Plan: Not really test-able thing. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Tags: #npm Differential Revision: https://issuetracker.revi.xyz/D461 --- npm/eslint-config/package.json | 2 +- npm/prettier-config/package.json | 2 +- package.json | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/npm/eslint-config/package.json b/npm/eslint-config/package.json index 9b28207..6755976 100644 --- a/npm/eslint-config/package.json +++ b/npm/eslint-config/package.json @@ -41,7 +41,7 @@ "author": { "name": "Yongmin Hong", "url": "https://revi.xyz/", - "email": "revi@omglol.email" + "email": "package-admin@revi.dev" }, "type": "module", "license": "Apache-2.0" diff --git a/npm/prettier-config/package.json b/npm/prettier-config/package.json index 72bc4dd..2d7550c 100644 --- a/npm/prettier-config/package.json +++ b/npm/prettier-config/package.json @@ -4,7 +4,7 @@ "version": "0.0.7", "author": { "name": "revi", - "email": "revi@omglol.email", + "email": "package-admin@revi.dev", "url": "https://revi.xyz" }, "description": "@revi's prettier configs", diff --git a/package.json b/package.json index 794a57d..bc80080 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,10 @@ "workspaces": [ "npm/eslint-config", "npm/prettier-config" - ] + ], + "author": { + "name": "Yongmin Hong", + "url": "https://revi.xyz", + "email": "package-admin@revi.dev" + } }