Some fixes
This commit is contained in:
parent
d14942da93
commit
4f408a26d5
9 changed files with 18 additions and 23 deletions
|
@ -9,8 +9,7 @@ const bluebird = require('bluebird');
|
|||
|
||||
const hasher = require('node-object-hash')();
|
||||
|
||||
const mjml = require('mjml');
|
||||
const mjml2html = mjml.default;
|
||||
const mjml2html = require('mjml');
|
||||
|
||||
const hbs = require('hbs');
|
||||
const juice = require('juice');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue