From c9940750b6246b76b21a1d7896bfc9f0a4872a70 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Fri, 4 Oct 2019 11:00:51 -0400 Subject: [PATCH] moar dub --- dub.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 0822f9d..2357b0d 100644 --- a/dub.json +++ b/dub.json @@ -73,8 +73,9 @@ { "name": "htmltotext", "description": "HTML to plain text conversion", - "targetType": "sourceLibrary", + "targetType": "library", "dependencies": {"arsd-official:dom":"*", "arsd-official:color_base":"*"}, + "dflags": ["-mv=arsd.htmltotext=htmltotext.d"], "sourceFiles": ["htmltotext.d"] },