From e565aaf5a28e59ecbd000f646ee67659050b53be Mon Sep 17 00:00:00 2001 From: Robert Schadek Date: Thu, 13 Jun 2019 13:58:00 +0100 Subject: [PATCH] Removes invalid comma --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index cd8439c..724a259 100644 --- a/dub.json +++ b/dub.json @@ -5,5 +5,5 @@ "homepage": "https://github.com/dlang/undeaD", "license": "BSL-1.0", "targetType": "library", - "targetPath": "bin", + "targetPath": "bin" }