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"] },