npm: update email address

Summary:
Update email address to dedicated mailbox.

No new version bump because cosmetic changes.

Signed-off-by: Yongmin Hong <revi@omglol.email>

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
This commit is contained in:
revi 2024-06-30 16:44:51 +09:00
parent 532dbe4df0
commit f556f313d7
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94
3 changed files with 8 additions and 3 deletions

View file

@ -41,7 +41,7 @@
"author": { "author": {
"name": "Yongmin Hong", "name": "Yongmin Hong",
"url": "https://revi.xyz/", "url": "https://revi.xyz/",
"email": "revi@omglol.email" "email": "package-admin@revi.dev"
}, },
"type": "module", "type": "module",
"license": "Apache-2.0" "license": "Apache-2.0"

View file

@ -4,7 +4,7 @@
"version": "0.0.7", "version": "0.0.7",
"author": { "author": {
"name": "revi", "name": "revi",
"email": "revi@omglol.email", "email": "package-admin@revi.dev",
"url": "https://revi.xyz" "url": "https://revi.xyz"
}, },
"description": "@revi's prettier configs", "description": "@revi's prettier configs",

View file

@ -22,5 +22,10 @@
"workspaces": [ "workspaces": [
"npm/eslint-config", "npm/eslint-config",
"npm/prettier-config" "npm/prettier-config"
] ],
"author": {
"name": "Yongmin Hong",
"url": "https://revi.xyz",
"email": "package-admin@revi.dev"
}
} }