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:
parent
532dbe4df0
commit
f556f313d7
3 changed files with 8 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -22,5 +22,10 @@
|
|||
"workspaces": [
|
||||
"npm/eslint-config",
|
||||
"npm/prettier-config"
|
||||
]
|
||||
],
|
||||
"author": {
|
||||
"name": "Yongmin Hong",
|
||||
"url": "https://revi.xyz",
|
||||
"email": "package-admin@revi.dev"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue