From 2c08a1cefd29ba070eb578db608844be550e0866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Wed, 7 Apr 2021 14:32:24 +0200 Subject: [PATCH] docs: add contributors to package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ddde16d..c51809db 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,12 @@ "license": "GPL-3.0-only", "author": "Karl-Philipp Wulfert ", "contributors": [ + "Frank Nagel ", "Jovan Krunić ", + "Michel Jonathan Schmitz ", + "Rainer Killinger ", "Sebastian Lange ", - "Rainer Killinger " + "Wieland Schöbl " ], "scripts": { "build": "ng build",