Skip to content

Commit

Permalink
Bump mjml version to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrylinski committed Nov 17, 2022
1 parent c27622c commit 6424912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ while read pattern; do
find . -wholename "${pattern}" 2>/dev/null|xargs rm -rf
done <${CLEAN_FILES}

npm install mjml@4.6.0
npm install mjml@4.9.0

1 comment on commit 6424912

@zalom
Copy link

@zalom zalom commented on 6424912 Nov 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some nice black magic 😄.
Context -> sighmon/mjml-rails#49 (comment)

Please sign in to comment.