From fef85e388a41add75020675ab33ed7e55c3efe85 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Mon, 22 May 2017 19:21:31 +0200 Subject: [PATCH] Set DUB config type to `autodetect` (#281) --- 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"