From 3cd68f93e8d51e6ad63b5885a4c4d57cc73cf10a Mon Sep 17 00:00:00 2001 From: nyaundi brian Date: Tue, 11 Jun 2019 21:09:55 +0300 Subject: [PATCH] change to use AUTHORS file to list contributors --- AUTHORS | 2 ++ package.json | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..0d29c56 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +AJ ONeal (https://coolaj86.com/) +Nyaundi Brian (https://danleyb2.online/) diff --git a/package.json b/package.json index 6bef70f..f9dfb32 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,6 @@ "greenlock" ], "author": "AJ ONeal (https://coolaj86.com/)", - "contributors": [ - "Nyaundi Brian " - ], "license": "MPL-2.0", "dependencies": { "@root/request": "^1.3.11"