This commit is contained in:
Adam D. Ruppe 2019-10-04 11:00:51 -04:00
parent b8261114e6
commit c9940750b6
1 changed files with 2 additions and 1 deletions

View File

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