diff --git a/dub.json b/dub.json index 0be3e0a..0822f9d 100644 --- a/dub.json +++ b/dub.json @@ -57,7 +57,7 @@ { "name": "email", "description": "Email helper library, both sending MIME messages and parsing incoming mbox/maildir messages", - "targetType": "sourceLibrary", + "targetType": "library", "dependencies": {"arsd-official:htmltotext":"*"}, "dflags": ["-mv=arsd.email=email.d"], "sourceFiles": ["email.d"]