From 94363b2d439fce79c656d67105860d2c4e91c4c4 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Wed, 3 Jul 2024 18:00:45 +0900 Subject: [PATCH] npm: Use revi.kr for homepage url Summary: 'Prettier' urls. No version bump for cosmetic changes. Signed-off-by: Yongmin Hong Test Plan: Verify the link works. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Tags: #npm Differential Revision: https://issuetracker.revi.xyz/D495 --- npm/eslint-config/package.json | 2 +- npm/prettier-config/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/eslint-config/package.json b/npm/eslint-config/package.json index ec090de..b3fedfa 100644 --- a/npm/eslint-config/package.json +++ b/npm/eslint-config/package.json @@ -25,7 +25,7 @@ "tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types" }, "funding": "https://github.com/sponsors/revi", - "homepage": "https://github.com/revi/sandbox/tree/master/npm/eslint-config", + "homepage": "https://revi.kr/eslint-config", "repository": { "type": "git", "url": "git+https://github.com/revi/sandbox.git", diff --git a/npm/prettier-config/package.json b/npm/prettier-config/package.json index 6180ad9..ca2b383 100644 --- a/npm/prettier-config/package.json +++ b/npm/prettier-config/package.json @@ -28,7 +28,7 @@ "url": "git+https://github.com/revi/sandbox.git", "directory": "npm/prettier-config" }, - "homepage": "https://github.com/revi/sandbox/tree/master/npm/prettier-config", + "homepage": "https://revi.kr/prettier-config", "bugs": { "url": "https://revi.xyz/new", "email": "bugs@phab.revi.dev"