From 791da4d9d0ba5214a0611fe424ad8a035fadd10a Mon Sep 17 00:00:00 2001 From: Jan Loewe <jan.loewe@ptb.de> Date: Fri, 16 Jun 2023 15:53:04 +0200 Subject: [PATCH] chore(pkg): adjust contributors --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a47bcee..0fc6476 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,11 @@ "name": "@d-ptb/dcc-js", "version": "1.4.1", "license": "EUPL-1.2", - "author": "Jan Loewe <jan.loewe@ptb.de>", + "contributors": [ + "Jan Loewe <jan.loewe@ptb.de>", + "Moritz Jordan <moritz.jordan@ptb.de>", + "Muhammed-Ali Demir <muhammed.demir@ptb.de>" + ], "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { -- GitLab