From 0e6c1714241a965ed00c77d5e71f56ac6ad37377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=A1=93=E6=A1=93?= Date: Mon, 6 Mar 2023 19:43:44 +0800 Subject: [PATCH] chore(package): standardize `author` field in `package.json` --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 30c0675..6c6c157 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,11 @@ "type": "git", "url": "git+https://github.com/kuohuanhuan/x-markdown-css.git" }, - "author": "kuohuanhuan", + "author": { + "name": "kuohuanhuan", + "email": "hi@nekohuan.cyou", + "url": "https://nekohuan.cyou" + }, "license": "MIT", "bugs": { "url": "https://github.com/kuohuanhuan/x-markdown-css/issues"