From d4fe5276a7855ba4ae18577923132a5e56002e60 Mon Sep 17 00:00:00 2001 From: Lam Wei Li Date: Thu, 20 Jan 2022 13:37:50 +0800 Subject: [PATCH] chore(docs): changed author to contributors in package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8370fa64..60e24a17 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,10 @@ "license": "Apache-2.0", "main": "./lib/log4js", "types": "./types/log4js.d.ts", - "author": "Gareth Jones ", + "contributors": [ + "Gareth Jones ", + "Lam Wei Li " + ], "repository": { "type": "git", "url": "https://github.com/log4js-node/log4js-node.git"