1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-15 10:07:07 +01:00

Remove html-pdf-generator class.

PDF generation now performed via html-pdf-cli-generator.
This commit is contained in:
hacksalot
2016-01-07 18:34:43 -05:00
parent 840d17c67b
commit 0246a5da19
2 changed files with 1 additions and 83 deletions

View File

@ -35,7 +35,7 @@ External API surface for HackMyResume.
FluentDate: require('./core/fluent-date'),
HtmlGenerator: require('./gen/html-generator'),
TextGenerator: require('./gen/text-generator'),
HtmlPdfGenerator: require('./gen/html-pdf-generator'),
HtmlPdfCliGenerator: require('./gen/html-pdf-cli-generator'),
WordGenerator: require('./gen/word-generator'),
MarkdownGenerator: require('./gen/markdown-generator'),
JsonGenerator: require('./gen/json-generator'),