From b22fb1b023d24b2c9a377f12ac4384f3a9b0f574 Mon Sep 17 00:00:00 2001 From: sorrycc Date: Tue, 14 Jan 2025 10:11:29 +0800 Subject: [PATCH] chore: add authors field to package.json --- create-tnf/package.json | 3 +++ package.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/create-tnf/package.json b/create-tnf/package.json index cfed05f..36e1690 100644 --- a/create-tnf/package.json +++ b/create-tnf/package.json @@ -29,6 +29,9 @@ "typescript": "^5.6.3", "yargs-parser": "^21.1.1" }, + "authors": [ + "chencheng (https://github.com/sorrycc)" + ], "engines": { "node": ">=18.13" } diff --git a/package.json b/package.json index 8451832..57ac51d 100644 --- a/package.json +++ b/package.json @@ -138,6 +138,9 @@ "node": ">=18.13", "pnpm": "^8.0.0" }, + "authors": [ + "chencheng (https://github.com/sorrycc)" + ], "publishConfig": { "access": "public" },