From 1d317a9708914e8b15f34112793cdb2a79f03e3e Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Mon, 22 May 2017 16:02:53 +0200 Subject: [PATCH] Set DUB config type to `autodetect` --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 91132a8..119b9f2 100644 --- a/dub.json +++ b/dub.json @@ -1,7 +1,7 @@ { "name": "dfmt", "description": "Dfmt is a formatter for D source code", - "targetType": "executable", + "targetType": "autodetect", "license": "BSL-1.0", "dependencies": { "libdparse": "~>0.7.1-beta.1"