From 3e8a4f1828e4c0824a2f8262111e346180460bba Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Thu, 8 Apr 2021 08:33:40 +0200 Subject: [PATCH] Fix package.json colon --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1707655..d972010 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "LGPL-2.1-or-later", "repository": { "type": "git", - "url": "https://gitlab.tugraz.at/dbp/apps/signature.git", + "url": "https://gitlab.tugraz.at/dbp/apps/signature.git" }, "private": true, "workspaces": [ -- GitLab