From 20ac07af7f652149cf28d4f1e648fdb8dd55ac3f Mon Sep 17 00:00:00 2001 From: Mergul Date: Wed, 3 Mar 2021 13:31:41 +0100 Subject: [PATCH] -fixed dub.json for new docker --- dub.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dub.json b/dub.json index 8cf891d..8e2a1b3 100755 --- a/dub.json +++ b/dub.json @@ -50,8 +50,7 @@ ], "dflags": [ "-unittest" - ], - "targetName" : "ecs" + ] }, { "name": "unittest-runner-cov", @@ -65,8 +64,7 @@ "dflags": [ "-unittest", "-cov" - ], - "targetName" : "ecs" + ] }, { "name" : "library-betterC", @@ -129,8 +127,7 @@ "excludedSourceFiles":[ "source\/win_dll.d", "tests/tests.d" - ], - "targetName" : "ecs" + ] } ] } \ No newline at end of file