mjmlio / gulp-mjml

Add Gulp to your MJML workflow!
MIT License
161 stars 37 forks source link

Update to Version 3.3.3 #28

Closed uncenteredDiv closed 6 years ago

uncenteredDiv commented 6 years ago

Are you planing to update MJML to the latest version?

iRyusa commented 6 years ago

Hi @Skinwalker

We're using ^ char in package json so it should pickup the latest version available yet. You can try to reinstall it to update dependencies

uncenteredDiv commented 6 years ago

Tried that too - but all i got is:

Couldn't find any versions for "gulp-mjml" that matches "^" ? Please choose a version of "gulp-mjml" from this list: (Use arrow keys) ❯ 2.2.0 2.1.1 2.0.0 1.0.1 1.0.2 1.0.0

In the npm repo the latest version is 2.2.0

Edit: i'm using yarn for my dependency mangement

iRyusa commented 6 years ago

You don't need to type^, in the package json mjml is listed as a dependency with ^ so it will pull the latest version available. Just remove all gulp-mjml versions and reinstall the latest

uncenteredDiv commented 6 years ago

I removed gulp-mjml ...

What do i add now? gulp-mjml or mjml?

iRyusa commented 6 years ago

Just install gulp-mjml back

uncenteredDiv commented 6 years ago

alright - that worked - thank you!