From b50f1c68a9cf07f9f6c0b3dcaecef5bc5ae7fc5a Mon Sep 17 00:00:00 2001 From: Alex Zappa Date: Sun, 3 Mar 2024 23:04:52 +0100 Subject: [PATCH] Add contributors to package.json Added a "contributors" field in package.json to include the details of the developers contributing to this project. The added contributors are Alex Zappa and Aleksandr Zapparov, their contact details are included as well. --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package.json b/package.json index 6d95c83..c467b54 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,18 @@ "email": "alex@zappa.dev", "url": "https://alex.zappa.dev/" }, + "contributors": [ + { + "name": "Alex Zappa", + "email": "alex@zappa.dev", + "url": "https://alex.zappa.dev/" + }, + { + "name": "Aleksandr Zapparov", + "email": "alexander@zapparov.dev", + "url": "https://zapparov.dev/" + } + ], "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/freshjuice-dev/freshjuice-hubspot-theme/issues"