diff --git a/dub.json b/dub.json index 32f6d1f..e91aa02 100644 --- a/dub.json +++ b/dub.json @@ -59,8 +59,8 @@ "name": "email", "description": "Email helper library, both sending MIME messages and parsing incoming mbox/maildir messages", "targetType": "sourceLibrary", - "dependencies": {"arsd-official:dom":"*"}, - "sourceFiles": ["email.d", "htmltotext.d"] + "dependencies": {"arsd-official:htmltotext":"*"}, + "sourceFiles": ["email.d"] }, { @@ -70,6 +70,14 @@ "dependencies": {"arsd-official:color_base":"*"}, "sourceFiles": ["image.d", "png.d", "bmp.d", "jpeg.d", "targa.d", "pcx.d", "dds.d"] }, + { + "name": "htmltotext", + "description": "HTML to plain text conversion", + "targetType": "sourceLibrary", + "dependencies": {"arsd-official:dom":"*", "arsd-official:color_base":"*"}, + "sourceFiles": ["htmltotext.d"] + + }, { "name": "dom", "description": "HTML tag soup DOM library",